@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php namespace Wn\Generators\Commands; |
| 2 | 2 | |
| 3 | 3 | |
| 4 | -use InvalidArgumentException; |
|
| 5 | 4 | use Illuminate\Support\Str; |
| 6 | 5 | |
| 7 | 6 | class ResourceCommand extends BaseCommand { |
@@ -1,6 +1,5 @@ |
||
| 1 | 1 | <?php namespace Wn\Generators\Commands; |
| 2 | 2 | |
| 3 | -use InvalidArgumentException; |
|
| 4 | 3 | use Symfony\Component\Yaml\Yaml; |
| 5 | 4 | use Illuminate\Support\Str; |
| 6 | 5 | |