Completed
Pull Request — master (#17)
by
unknown
08:59 queued 07:53
created
src/Commands/ResetCommand.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 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
-use Ben182\AbTesting\Models\Experiment;
8 5
 use Ben182\AbTesting\Models\DatabaseVisitor;
6
+use Ben182\AbTesting\Models\Experiment;
7
+use Ben182\AbTesting\Models\Goal;
8
+use Illuminate\Console\Command;
9 9
 
10 10
 class ResetCommand extends Command
11 11
 {
Please login to merge, or discard this patch.