Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDavidson committed Dec 29, 2023
1 parent 350ce05 commit 3218e3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Models/TagTeam.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use App\Models\Contracts\Manageable;
use App\Models\Contracts\Retirable;
use App\Models\Contracts\Suspendable;
use Fidum\EloquentMorphToOne\HasMorphToOne;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
Expand All @@ -29,7 +28,6 @@ class TagTeam extends Model implements Bookable, CanBeAStableMember, Employable,
use Concerns\HasWrestlers;
use Concerns\OwnedByUser;
use HasFactory;
use HasMorphToOne;
use SoftDeletes;

/**
Expand Down

0 comments on commit 3218e3e

Please sign in to comment.