admin init command
This commit is contained in:
@ -38,7 +38,7 @@ $form->field(\itguild\forms\inputs\Select::class, 'status', [
|
||||
'value' => $model->status ?? ''
|
||||
])
|
||||
->setLabel("Статус")
|
||||
->setOptions(['1', '2'])
|
||||
->setOptions(Option::getStatus())
|
||||
->render();
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user