Completed
Pull Request — master (#35)
by
unknown
02:37
created
src/Commands/SeederCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 
15 15
     public function handle()
16 16
     {
17
-        $model = $this->option('ns').'\\'.$this->argument('model');
17
+        $model = $this->option('ns') . '\\' . $this->argument('model');
18 18
         $name = $this->getSeederName($model);
19 19
         $file = "./database/seeds/{$name}.php";
20 20
 
Please login to merge, or discard this patch.