@@ -4,9 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Support\Collection; |
6 | 6 | use Illuminate\Support\Str; |
7 | +use Spatie\QueryBuilder\Includes\IncludeInterface; |
|
7 | 8 | use Spatie\QueryBuilder\Includes\IncludedCount; |
8 | 9 | use Spatie\QueryBuilder\Includes\IncludedRelationship; |
9 | -use Spatie\QueryBuilder\Includes\IncludeInterface; |
|
10 | 10 | |
11 | 11 | class AllowedInclude |
12 | 12 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\QueryBuilder\Concerns; |
4 | 4 | |
5 | -use Illuminate\Database\Eloquent\Model; |
|
6 | 5 | use Illuminate\Support\Collection; |
7 | 6 | use Illuminate\Support\Str; |
8 | 7 | use Spatie\QueryBuilder\Exceptions\InvalidAppendQuery; |