* Change [] to array().

This commit is contained in:
dingyongliang
2023-07-18 14:47:29 +08:00
parent 72d83412f6
commit 5298baf275
14 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ formPanel
(
set::name('delta'),
set::class('pl-4 items-center'),
set::control(['type' => 'radioList', 'inline' => true, 'rootClass' => 'ml-4', 'items' => $lang->program->endList]),
set::control(array('type' => 'radioList', 'inline' => true, 'rootClass' => 'ml-4', 'items' => $lang->program->endList)),
$program->end == LONG_TIME ? set::value(999) : null,
on::change('setDate'),
),