Completed
Push — master ( 694640...1da591 )
by Nicolas
10s
created
src/Commands/MigrateCommand.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
         }
48 48
 
49 49
         foreach ($this->module->getOrdered($this->option('direction')) as $module) {
50
-            $this->line('Running for module: <info>' . $module->getName() . '</info>');
50
+            $this->line('Running for module: <info>'.$module->getName().'</info>');
51 51
 
52 52
             $this->migrate($module);
53 53
         }
@@ -64,8 +64,8 @@  discard block
 block discarded – undo
64 64
     {
65 65
         $path = str_replace(base_path(), '', (new Migrator($module))->getPath());
66 66
         
67
-        if($this->option('subpath')) {
68
-            $path = $path . "/" . $this->option("subpath");
67
+        if ($this->option('subpath')) {
68
+            $path = $path."/".$this->option("subpath");
69 69
         }
70 70
         
71 71
         $this->call('migrate', [
Please login to merge, or discard this patch.