Completed
Push — master ( a1c601...e9822e )
by Benjamin
01:17
created
src/AbTesting.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 Ben182\AbTesting;
4 4
 
5
+use Ben182\AbTesting\Exceptions\InvalidConfiguration;
6
+use Ben182\AbTesting\Models\Experiment;
5 7
 use Ben182\AbTesting\Models\Goal;
6 8
 use Illuminate\Support\Collection;
7
-use Ben182\AbTesting\Models\Experiment;
8
-use Ben182\AbTesting\Exceptions\InvalidConfiguration;
9 9
 
10 10
 class AbTesting
11 11
 {
Please login to merge, or discard this patch.