@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\QueryBuilder\Filters; |
4 | 4 | |
5 | -use Illuminate\Support\Str; |
|
6 | -use Illuminate\Support\Collection; |
|
7 | 5 | use Illuminate\Database\Eloquent\Builder; |
6 | +use Illuminate\Support\Collection; |
|
7 | +use Illuminate\Support\Str; |
|
8 | 8 | |
9 | 9 | class FiltersExact implements Filter |
10 | 10 | { |
@@ -2,15 +2,15 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\QueryBuilder; |
4 | 4 | |
5 | -use Illuminate\Support\Str; |
|
5 | +use Illuminate\Database\Eloquent\Builder; |
|
6 | 6 | use Illuminate\Http\Request; |
7 | 7 | use Illuminate\Support\Collection; |
8 | -use Illuminate\Database\Eloquent\Builder; |
|
9 | -use Spatie\QueryBuilder\Exceptions\InvalidSortQuery; |
|
10 | -use Spatie\QueryBuilder\Exceptions\InvalidFieldQuery; |
|
8 | +use Illuminate\Support\Str; |
|
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 | { |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\QueryBuilder; |
4 | 4 | |
5 | -use Illuminate\Support\Str; |
|
6 | 5 | use Illuminate\Http\Request; |
7 | 6 | use Illuminate\Support\Collection; |
8 | 7 | use Illuminate\Support\ServiceProvider; |
8 | +use Illuminate\Support\Str; |
|
9 | 9 | |
10 | 10 | class QueryBuilderServiceProvider extends ServiceProvider |
11 | 11 | { |