@@ -2,15 +2,15 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\QueryBuilder; |
4 | 4 | |
5 | +use Illuminate\Database\Eloquent\Builder; |
|
6 | +use Illuminate\Database\Eloquent\Model; |
|
5 | 7 | use Illuminate\Http\Request; |
6 | 8 | use Illuminate\Support\Collection; |
7 | -use Illuminate\Database\Eloquent\Model; |
|
8 | -use Illuminate\Database\Eloquent\Builder; |
|
9 | -use Spatie\QueryBuilder\Exceptions\InvalidSortQuery; |
|
10 | -use Spatie\QueryBuilder\Exceptions\InvalidFieldQuery; |
|
11 | 9 | use Spatie\QueryBuilder\Exceptions\InvalidAppendQuery; |
10 | +use Spatie\QueryBuilder\Exceptions\InvalidFieldQuery; |
|
12 | 11 | use Spatie\QueryBuilder\Exceptions\InvalidFilterQuery; |
13 | 12 | use Spatie\QueryBuilder\Exceptions\InvalidIncludeQuery; |
13 | +use Spatie\QueryBuilder\Exceptions\InvalidSortQuery; |
|
14 | 14 | |
15 | 15 | class QueryBuilder extends Builder |
16 | 16 | { |