diff --git a/src/Tag.php b/src/Tag.php index c8a55bc..5588c95 100644 --- a/src/Tag.php +++ b/src/Tag.php @@ -2,7 +2,6 @@ namespace Spatie\Tags; -use Illuminate\Support\Facades\DB; use Spatie\EloquentSortable\Sortable; use Illuminate\Database\Eloquent\Model; use Spatie\Translatable\HasTranslations;