Completed
Push — master ( c56f6d...6f649e )
by Marcel
9s
created
src/QueryDetector.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace BeyondCode\QueryDetector;
4 4
 
5 5
 use DB;
6
-use Illuminate\Http\Response;
7
-use Illuminate\Support\Collection;
8 6
 use Illuminate\Database\Eloquent\Builder;
9 7
 use Illuminate\Database\Eloquent\Relations\Relation;
8
+use Illuminate\Http\Response;
9
+use Illuminate\Support\Collection;
10 10
 
11 11
 class QueryDetector
12 12
 {
Please login to merge, or discard this patch.