mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Adds months for schedules
Adds month variable for schedules
This commit is contained in:
@@ -40,6 +40,7 @@ class ScheduleTransformer extends BaseClientTransformer
|
||||
'cron' => [
|
||||
'day_of_week' => $model->cron_day_of_week,
|
||||
'day_of_month' => $model->cron_day_of_month,
|
||||
'month' => $model->cron_month,
|
||||
'hour' => $model->cron_hour,
|
||||
'minute' => $model->cron_minute,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user