@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Webfactor\Laravel\Generators\Commands; |
4 | 4 | |
5 | -use Illuminate\Support\Str; |
|
6 | 5 | use Illuminate\Console\GeneratorCommand; |
6 | +use Illuminate\Support\Str; |
|
7 | 7 | |
8 | 8 | class MakeBackpackCrudModel extends GeneratorCommand |
9 | 9 | { |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Webfactor\Laravel\Generators\Services; |
4 | 4 | |
5 | -use Illuminate\Filesystem\Filesystem; |
|
6 | -use Webfactor\Laravel\Generators\Commands\MakeEntity; |
|
7 | 5 | use Webfactor\Laravel\Generators\Contracts\ServiceAbstract; |
8 | 6 | use Webfactor\Laravel\Generators\Contracts\ServiceInterface; |
9 | 7 |