Passed
Pull Request — master (#24)
by Christopher
06:57
created
src/Console/Commands/ImportFileMigrations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      */
44 44
     public function handle()
45 45
     {
46
-        $migration = (string)$this->argument('migration');
46
+        $migration = (string) $this->argument('migration');
47 47
         
48 48
         $filePath = config('triadev-elasticsearch-migration.filePath');
49 49
         if (!$filePath) {
Please login to merge, or discard this patch.