@@ -2,10 +2,10 @@ |
||
| 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 | { |