Completed
Pull Request — master (#384)
by
unknown
02:08
created
src/Commands/MigrateStatusCommand.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.