@@ -126,7 +126,7 @@ |
||
126 | 126 | /** |
127 | 127 | * Get an option value either from console input, or the config files. |
128 | 128 | * |
129 | - * @param $key |
|
129 | + * @param string $key |
|
130 | 130 | * |
131 | 131 | * @return array|mixed|string |
132 | 132 | */ |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Te7aHoudini\Laroute\Console\Commands; |
4 | 4 | |
5 | -use Te7aHoudini\Laroute\Routes\Collection as Routes; |
|
6 | 5 | use Te7aHoudini\Laroute\Generators\GeneratorInterface as Generator; |
6 | +use Te7aHoudini\Laroute\Routes\Collection as Routes; |
|
7 | 7 | |
8 | 8 | use Illuminate\Config\Repository as Config; |
9 | 9 | use Illuminate\Console\Command; |