->value(true)
]);
- foreach (['startDom', 'startDow', 'startHour', 'startMinute', 'startMonth'] as $timeProperty) {
+ foreach (['startMinute', 'startHour', 'startDom', 'startMonth', 'startDow'] as $timeProperty) {
$dataContainer->insertBefore(
TextFormField::create($timeProperty)
->objectProperty(strtolower($timeProperty))
$this->appendElementChildren(
$cronjob,
[
- 'startmonth',
+ 'startminute',
+ 'starthour',
'startdom',
+ 'startmonth',
'startdow',
- 'starthour',
- 'startminute',
'options' => '',
'canbeedited' => 1,
'canbedisabled' => 1,