Completed
Push — master ( d0e2ba...2cca92 )
by Johnny
05:52 queued 01:43
created
app/Console/Commands/Install.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.