@@ -32,7 +32,7 @@ |
||
| 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 | } |
@@ -38,10 +38,10 @@ |
||
| 38 | 38 | $this->entities = array( |
| 39 | 39 | ['1', 'AppBundle:Staff\Group'], |
| 40 | 40 | ['2', 'AppBundle:Staff\User'], |
| 41 | - ['3','AppBundle:Settings\Company'], |
|
| 41 | + ['3', 'AppBundle:Settings\Company'], |
|
| 42 | 42 | ['4', 'AppBundle:Settings\Settings'], |
| 43 | 43 | ['5_1', 'AppBundle:Settings\Diverse\FamilyLog'], |
| 44 | - ['5_2','AppBundle:Settings\Diverse\ZoneStorage'], |
|
| 44 | + ['5_2', 'AppBundle:Settings\Diverse\ZoneStorage'], |
|
| 45 | 45 | ['5_3', 'AppBundle:Settings\Diverse\Unit'], |
| 46 | 46 | ['5_4', 'AppBundle:Settings\Diverse\Tva'], |
| 47 | 47 | ['6', 'AppBundle:Settings\Supplier'], |