|
@@ -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
|
} |
|
@@ -63,7 +63,7 @@ discard block |
|
|
block discarded – undo |
|
63
|
63
|
$path = str_replace(base_path(), '', (new Migrator($module))->getPath()); |
|
64
|
64
|
|
|
65
|
65
|
if ($this->option('subpath')) { |
|
66
|
|
- $path = $path . "/" . $this->option("subpath"); |
|
|
66
|
+ $path = $path."/".$this->option("subpath"); |
|
67
|
67
|
} |
|
68
|
68
|
|
|
69
|
69
|
$this->call('migrate', [ |
Please login to merge, or discard this patch.