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