Completed
Pull Request — master (#62)
by Laurent
21:02
created
src/AppBundle/Form/Type/InventoryEditZonesType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         parent::buildForm($builder, $options);
38 38
         $builder
39 39
             ->remove('articles')
40
-            ->add('articles', CollectionType::class, ['entry_type' => InventoryArticlesZonesType::class,]);
40
+            ->add('articles', CollectionType::class, ['entry_type' => InventoryArticlesZonesType::class, ]);
41 41
     }
42 42
 
43 43
     /**
Please login to merge, or discard this patch.