@@ -47,7 +47,7 @@ discard block |
||
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 |
||
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', [ |