Skip to content

Commit 1e9a2b7

Browse files
author
reallyli
committed
delete middleware
1 parent 3c5940e commit 1e9a2b7

File tree

4 files changed

+0
-46
lines changed

4 files changed

+0
-46
lines changed

src/Commands/ReportCommand.php

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Reallyli\AB\Models\Experiment;
66
use Reallyli\AB\Models\Goal;
7-
87
use Illuminate\Console\Command;
98
use Symfony\Component\Console\Helper\Table;
109

src/Middleware/BeforeMiddleware.php

-43
This file was deleted.

src/Models/Goal.php

-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ public function scopeActive($query)
2626

2727
return $query;
2828
}
29-
3029
}

src/Tester.php

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Illuminate\Support\Facades\Config;
66
use Illuminate\Support\Facades\Route;
77
use Illuminate\Http\Request;
8-
98
use Reallyli\AB\Session\SessionInterface;
109
use Reallyli\AB\Models\Experiment;
1110
use Reallyli\AB\Models\Goal;

0 commit comments

Comments
 (0)