@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace App\Console\Commands; |
4 | 4 | |
5 | -use Illuminate\Contracts\Console\Kernel; |
|
6 | -use Illuminate\Console\Command; |
|
7 | 5 | use DotEnvWriter\DotEnvWriter; |
6 | +use Illuminate\Console\Command; |
|
7 | +use Illuminate\Contracts\Console\Kernel; |
|
8 | 8 | |
9 | 9 | class Install extends Command |
10 | 10 | { |