mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix cs
This commit is contained in:
parent
450277f32a
commit
fbf777e134
@ -225,7 +225,7 @@ final class PersonController extends AbstractController
|
|||||||
])->add('createPeriod', SubmitType::class, [
|
])->add('createPeriod', SubmitType::class, [
|
||||||
'label' => 'Add the person and create an accompanying period',
|
'label' => 'Add the person and create an accompanying period',
|
||||||
])->add('createHousehold', SubmitType::class, [
|
])->add('createHousehold', SubmitType::class, [
|
||||||
'label' => 'Add the person and create a household'
|
'label' => 'Add the person and create a household',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$form->handleRequest($request);
|
$form->handleRequest($request);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user