Completed
Push — Recipes ( b9bfe5...1bfbc9 )
by Laurent
02:38
created
src/AppBundle/Form/Type/Staff/GroupType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     public function buildForm(FormBuilderInterface $builder, array $options)
33 33
     {
34 34
         $builder
35
-            ->add('name', null, ['label' => 'form.group_name', 'translation_domain' => 'FOSUserBundle',])
35
+            ->add('name', null, ['label' => 'form.group_name', 'translation_domain' => 'FOSUserBundle', ])
36 36
             ->addEventSubscriber(new AddSaveEditFieldSubscriber())
37 37
         ;
38 38
     }
Please login to merge, or discard this patch.