@@ -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 |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | /** |
| 17 | 17 | * Build the language file. |
| 18 | 18 | * |
| 19 | - * @param string $name |
|
| 20 | 19 | * |
| 21 | 20 | * @return string |
| 22 | 21 | */ |
@@ -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; |