@@ -14,7 +14,7 @@ |
||
| 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 | |