@@ -2,9 +2,9 @@ |
||
| 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 FlushCommand extends Command |
| 10 | 10 | { |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Ben182\AbTesting\Commands; |
| 4 | 4 | |
| 5 | -use Illuminate\Console\Command; |
|
| 6 | 5 | use Ben182\AbTesting\Models\Experiment; |
| 6 | +use Illuminate\Console\Command; |
|
| 7 | 7 | |
| 8 | 8 | class ReportCommand extends Command |
| 9 | 9 | { |
@@ -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 | { |