@@ -5,8 +5,6 @@ |
||
5 | 5 | // You should not change it manually as it will be overwritten on next build |
6 | 6 | // @codingStandardsIgnoreFile |
7 | 7 | |
8 | -use Helper\Functional; |
|
9 | - |
|
10 | 8 | trait FunctionalTesterActions |
11 | 9 | { |
12 | 10 | /** |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php namespace Wn\Generators\Commands; |
2 | 2 | |
3 | 3 | |
4 | -use InvalidArgumentException; |
|
5 | - |
|
6 | 4 | class ControllerCommand extends BaseCommand { |
7 | 5 | |
8 | 6 | protected $signature = 'wn:controller |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php namespace Wn\Generators\Commands; |
2 | 2 | |
3 | 3 | |
4 | -use InvalidArgumentException; |
|
5 | - |
|
6 | 4 | class ResourceCommand extends BaseCommand { |
7 | 5 | |
8 | 6 | protected $signature = 'wn:resource |
@@ -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 | |
6 | 5 |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php namespace Wn\Generators\Commands; |
2 | 2 | |
3 | 3 | |
4 | -use InvalidArgumentException; |
|
5 | - |
|
6 | 4 | class RouteCommand extends BaseCommand { |
7 | 5 | |
8 | 6 | protected $signature = 'wn:route |