@@ -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 | |