@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Nwidart\Modules\Commands; |
3 | 3 | |
4 | -use Illuminate\Console\Command; |
|
5 | 4 | use Nwidart\Modules\Migrations\Migrator; |
6 | 5 | use Nwidart\Modules\Module; |
7 | 6 | use Symfony\Component\Console\Input\InputArgument; |
@@ -46,7 +46,7 @@ |
||
46 | 46 | } |
47 | 47 | |
48 | 48 | foreach ($this->module->getOrdered($this->option('direction')) as $module) { |
49 | - $this->line('Running for module: <info>' . $module->getName() . '</info>'); |
|
49 | + $this->line('Running for module: <info>'.$module->getName().'</info>'); |
|
50 | 50 | $this->migrateStatus($module); |
51 | 51 | } |
52 | 52 | } |