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