Completed
Push — master ( b0b22f...359b9b )
by Benjamin
06:27
created
src/AbTesting.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Ben182\AbTesting;
4 4
 
5
-use Ben182\AbTesting\Models\Goal;
6
-use Illuminate\Support\Collection;
7
-use Ben182\AbTesting\Models\Experiment;
8
-use Ben182\AbTesting\Exceptions\InvalidConfiguration;
9 5
 use Ben182\AbTesting\Events\ExperimentNewVisitor;
10 6
 use Ben182\AbTesting\Events\GoalCompleted;
7
+use Ben182\AbTesting\Exceptions\InvalidConfiguration;
8
+use Ben182\AbTesting\Models\Experiment;
9
+use Ben182\AbTesting\Models\Goal;
10
+use Illuminate\Support\Collection;
11 11
 
12 12
 class AbTesting
13 13
 {
Please login to merge, or discard this patch.