@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace BeyondCode\QueryDetector; |
4 | 4 | |
5 | +use BeyondCode\QueryDetector\Events\QueryDetected; |
|
5 | 6 | use DB; |
7 | +use Illuminate\Database\Eloquent\Builder; |
|
8 | +use Illuminate\Database\Eloquent\Relations\Relation; |
|
6 | 9 | use Illuminate\Support\Arr; |
7 | 10 | use Illuminate\Support\Collection; |
8 | -use Illuminate\Database\Eloquent\Builder; |
|
9 | 11 | use Symfony\Component\HttpFoundation\Response; |
10 | -use Illuminate\Database\Eloquent\Relations\Relation; |
|
11 | -use BeyondCode\QueryDetector\Events\QueryDetected; |
|
12 | 12 | |
13 | 13 | class QueryDetector |
14 | 14 | { |