@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace BeyondCode\QueryDetector\Outputs; |
3 | 3 | |
4 | +use Illuminate\Http\JsonResponse; |
|
4 | 5 | use Illuminate\Support\Collection; |
5 | 6 | use Symfony\Component\HttpFoundation\Response; |
6 | -use Illuminate\Http\JsonResponse; |
|
7 | 7 | |
8 | 8 | class Json implements Output |
9 | 9 | { |