@@ -35,7 +35,7 @@ discard block |
||
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 |
||
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 | } |