Completed
Push — master ( d9a39c...36f9d6 )
by Mazarini
02:51
created
config/bundles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-    Mazarini\DesignBundle\MazariniDesignBundle::class => ['dev' => true,'test' => true],
4
+    Mazarini\DesignBundle\MazariniDesignBundle::class => ['dev' => true, 'test' => true],
5 5
     Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
6 6
     Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
7 7
     Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Please login to merge, or discard this patch.