@@ -61,7 +61,7 @@ |
||
| 61 | 61 | */ |
| 62 | 62 | public function handle() |
| 63 | 63 | { |
| 64 | - $file = preg_split(' ([/\\\]) ', (string)$this->argument('name')) ?? []; |
|
| 64 | + $file = preg_split(' ([/\\\]) ', (string) $this->argument('name')) ?? []; |
|
| 65 | 65 | |
| 66 | 66 | if (!$file) { |
| 67 | 67 | return 'Something wrong with the inputs !'; |