@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\Tags; |
4 | 4 | |
5 | -use Spatie\EloquentSortable\Sortable; |
|
6 | -use Illuminate\Database\Eloquent\Model; |
|
7 | -use Spatie\Translatable\HasTranslations; |
|
8 | 5 | use Illuminate\Database\Eloquent\Builder; |
9 | -use Spatie\EloquentSortable\SortableTrait; |
|
10 | 6 | use Illuminate\Database\Eloquent\Collection as DbCollection; |
7 | +use Illuminate\Database\Eloquent\Model; |
|
11 | 8 | use Illuminate\Support\Facades\DB; |
9 | +use Spatie\EloquentSortable\Sortable; |
|
10 | +use Spatie\EloquentSortable\SortableTrait; |
|
11 | +use Spatie\Translatable\HasTranslations; |
|
12 | 12 | |
13 | 13 | class Tag extends Model implements Sortable |
14 | 14 | { |