@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Webfactor\Laravel\Generators\Schemas\Naming; |
4 | 4 | |
5 | -use Carbon\Carbon; |
|
6 | 5 | use Webfactor\Laravel\Generators\Contracts\NamingAbstract; |
7 | 6 | |
8 | 7 | class Factory extends NamingAbstract |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Webfactor\Laravel\Generators\Schemas\Naming; |
4 | 4 | |
5 | -use Carbon\Carbon; |
|
6 | 5 | use Webfactor\Laravel\Generators\Contracts\NamingAbstract; |
7 | 6 | |
8 | 7 | class Seeder extends NamingAbstract |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Webfactor\Laravel\Generators\Services; |
4 | 4 | |
5 | -use Illuminate\Contracts\Filesystem\FileNotFoundException; |
|
6 | 5 | use Webfactor\Laravel\Generators\Contracts\ServiceAbstract; |
7 | 6 | use Webfactor\Laravel\Generators\Contracts\ServiceInterface; |
8 | 7 | use Webfactor\Laravel\Generators\Traits\CanGenerateFile; |