Passed
Push — master ( 756a96...c3a1af )
by Arthur
06:27
created
src/Foundation/Console/SeedCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
 
36 36
         $this->resolver->setDefaultConnection($this->getDatabase());
37 37
 
38
-        Model::unguarded(function () {
38
+        Model::unguarded(function() {
39 39
             foreach ($this->getSeeders() as $seeder) {
40 40
                 $this->laravel->make($seeder)->__invoke();
41 41
             }
@@ -48,6 +48,6 @@  discard block
 block discarded – undo
48 48
     {
49 49
         $this->service = $this->laravel->make(BootstrapRegistrarService::class);
50 50
 
51
-        return $this->service->getSeeders() ?? [];
51
+        return $this->service->getSeeders() ?? [ ];
52 52
     }
53 53
 }
Please login to merge, or discard this patch.