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