Completed
Pull Request — master (#32)
by Param
03:39
created
src/SelfDiagnosisCommand.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.