@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace BeyondCode\SelfDiagnosis; |
4 | 4 | |
5 | -use Illuminate\Support\Str; |
|
6 | -use Illuminate\Console\Command; |
|
7 | 5 | use BeyondCode\SelfDiagnosis\Checks\Check; |
6 | +use Illuminate\Console\Command; |
|
8 | 7 | use Illuminate\Contracts\Foundation\Application; |
8 | +use Illuminate\Support\Str; |
|
9 | 9 | |
10 | 10 | class SelfDiagnosisCommand extends Command |
11 | 11 | { |