Completed
Branch master (f16c22)
by Nicolas
08:26
created
src/Commands/MigrateCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Nwidart\Modules\Commands;
4 4
 
5 5
 use Illuminate\Console\Command;
6
-use Nwidart\Modules\Migrations\Migrator;
7 6
 use Symfony\Component\Console\Input\InputArgument;
8 7
 use Symfony\Component\Console\Input\InputOption;
9 8
 
Please login to merge, or discard this patch.
src/Commands/PublishCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use Illuminate\Console\Command;
6 6
 use Nwidart\Modules\Module;
7 7
 use Nwidart\Modules\Publishing\AssetPublisher;
8
-use Nwidart\Modules\Publishing\LangPublisher;
9 8
 use Symfony\Component\Console\Input\InputArgument;
10
-use Symfony\Component\Console\Input\InputOption;
11 9
 
12 10
 class PublishCommand extends Command
13 11
 {
Please login to merge, or discard this patch.