This commit is contained in:
2024-12-18 16:38:08 +03:00
parent bcf8b6621b
commit 798c687547
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ $form->field(\itguild\forms\inputs\Select::class, "files[]", [
])
->setLabel("Дополнительные файлы")
->setOptions([
'.env.example' => '.env.example',
'env.example' => 'env.example',
'bootstrap.php' => 'bootstrap',
'composer.json' => 'composer.json',
])