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