Completed
Push — master ( 7881d6...49e473 )
by Cheren
05:59
created
config/Seeds/GroupsSeed.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      *
27 27
      * @var array
28 28
      */
29
-    public $records = [];
29
+    public $records = [ ];
30 30
 
31 31
     /**
32 32
      * Run the seeder.
Please login to merge, or discard this patch.
config/Seeds/UsersSeed.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      *
27 27
      * @var array
28 28
      */
29
-    public $records = [];
29
+    public $records = [ ];
30 30
 
31 31
     /**
32 32
      * Run the seeder.
Please login to merge, or discard this patch.