@@ -2,9 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\QueryBuilder\Includes; |
4 | 4 | |
5 | -use Illuminate\Support\Str; |
|
6 | -use Illuminate\Support\Collection; |
|
7 | 5 | use Illuminate\Database\Eloquent\Builder; |
6 | +use Illuminate\Support\Collection; |
|
8 | 7 | |
9 | 8 | class IncludedRelationship implements IncludeInterface |
10 | 9 | { |