@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Searchable; |
4 | 4 | |
5 | +use Illuminate\Database\Eloquent\Builder; |
|
6 | +use Illuminate\Database\Eloquent\Model; |
|
7 | +use Illuminate\Foundation\Auth\User; |
|
5 | 8 | use Illuminate\Support\Arr; |
6 | 9 | use Illuminate\Support\Collection; |
7 | -use Illuminate\Foundation\Auth\User; |
|
8 | -use Illuminate\Database\Eloquent\Model; |
|
9 | -use Illuminate\Database\Eloquent\Builder; |
|
10 | 10 | use Illuminate\Support\Traits\ForwardsCalls; |
11 | -use Spatie\Searchable\Exceptions\InvalidSearchableModel; |
|
12 | 11 | use Spatie\Searchable\Exceptions\InvalidModelSearchAspect; |
12 | +use Spatie\Searchable\Exceptions\InvalidSearchableModel; |
|
13 | 13 | |
14 | 14 | class ModelSearchAspect extends SearchAspect |
15 | 15 | { |