@@ -3,7 +3,6 @@ |
||
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 |
@@ -5,9 +5,7 @@ |
||
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 | { |