#21 add planned closing time to food order
All checks were successful
/ ls (pull_request) Successful in 31s
/ ls (push) Successful in 31s

This commit is contained in:
lubiana 2024-06-27 17:14:59 +02:00
parent 634f13d968
commit b479fbf5ed
No known key found for this signature in database
5 changed files with 11 additions and 3 deletions

View file

@ -21,6 +21,9 @@ final class FoodOrderType extends AbstractType
'class' => FoodVendor::class,
'choice_label' => 'name',
])
->add(child: 'closedAt', options: [
'label' => 'closes at',
])
;
if ($action !== null) {
$builder->setAction($action);