@@ -2,12 +2,12 @@  | 
                                                    ||
| 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;  | 
                                                        |
| 8 | +use Spatie\EloquentSortable\Sortable;  | 
                                                        |
| 9 | +use Spatie\EloquentSortable\SortableTrait;  | 
                                                        |
| 10 | +use Spatie\Translatable\HasTranslations;  | 
                                                        |
| 11 | 11 | |
| 12 | 12 | class Tag extends Model implements Sortable  | 
                                                        
| 13 | 13 |  { |