Completed
Push — master ( 87f5e0...117349 )
by Benjamin
05:50
created
src/Commands/ResetCommand.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 Ben182\AbTesting\Commands;
4 4
 
5
-use Illuminate\Console\Command;
6
-use Ben182\AbTesting\Models\Goal;
7 5
 use Ben182\AbTesting\Models\Experiment;
6
+use Ben182\AbTesting\Models\Goal;
7
+use Illuminate\Console\Command;
8 8
 
9 9
 class ResetCommand extends Command
10 10
 {
Please login to merge, or discard this patch.