Passed
Push — dev5 ( 92f243...3534c9 )
by Ron
05:48
created
database/migrations/2014_10_12_000000_create_users_table.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
             'email'        => '[email protected]',
38 38
             'password'     => bcrypt('password'),
39 39
             'active'       => 1,
40
-           'is_installer' => 1
40
+            'is_installer' => 1
41 41
         ]);
42 42
     }
43 43
 
Please login to merge, or discard this patch.