Passed
Push — dev5 ( 60964f...52deb7 )
by Ron
07:11
created
database/seeds/UserTableSeeder.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,7 @@
 block discarded – undo
14 14
     public function run()
15 15
     {
16 16
         //  Create the test users
17
-        factory(App\User::class, 15)->create()->each(function($user)
18
-        {
17
+        factory(App\User::class, 15)->create()->each(function($user) {
19 18
             $user->UserPermissions()->save(factory(App\UserPermissions::class)->make());
20 19
         });
21 20
     }
Please login to merge, or discard this patch.