@@ -48,11 +48,10 @@ |
||
| 48 | 48 | */ |
| 49 | 49 | public function handle() |
| 50 | 50 | { |
| 51 | - $mapping = $this->formatMappingName((string)$this->argument('mapping')); |
|
| 51 | + $mapping = $this->formatMappingName((string) $this->argument('mapping')); |
|
| 52 | 52 | |
| 53 | 53 | $model = $this->option('model') ? |
| 54 | - $this->formatModelName($this->option('model')) : |
|
| 55 | - null; |
|
| 54 | + $this->formatModelName($this->option('model')) : null; |
|
| 56 | 55 | |
| 57 | 56 | $this->filesystem->put( |
| 58 | 57 | $this->buildMappingFilePath($mapping), |