@@ -44,8 +44,8 @@ |
||
44 | 44 | */ |
45 | 45 | public function handle() |
46 | 46 | { |
47 | - $migration = (string)$this->argument('migration'); |
|
48 | - $filePathSelector = (string)$this->argument('filePath'); |
|
47 | + $migration = (string) $this->argument('migration'); |
|
48 | + $filePathSelector = (string) $this->argument('filePath'); |
|
49 | 49 | |
50 | 50 | $filePath = config('triadev-elasticsearch-migration.filePath'); |
51 | 51 | if (!array_has($filePath, $filePathSelector)) { |