@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use App\Models\Enums\TagType; |
| 6 | 6 | use App\Models\Tag; |
| 7 | 7 | use App\Models\Transformers\MediaTransformer; |
| 8 | -use App\Repositories\TagRepository; |
|
| 9 | 8 | use Carbon\Carbon; |
| 10 | 9 | use Illuminate\Html\FormBuilder as BaseFormBuilder; |
| 11 | 10 | use HTML; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Models; |
| 4 | 4 | |
| 5 | -use App\Foundation\Models\Base\TranslatableEloquent; |
|
| 6 | 5 | use App\Foundation\Models\Traits\Presentable; |
| 7 | 6 | use Illuminate\Database\Eloquent\Model; |
| 8 | 7 | use Spatie\Translatable\HasTranslations; |