Skip to content

Commit

Permalink
[Update] Media Song
Browse files Browse the repository at this point in the history
- Added MorphTvRating trait
  • Loading branch information
kiritokatklian committed Mar 26, 2024
1 parent c2d8805 commit 9dfaa57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Models/MediaSong.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace App\Models;

use App\Enums\SongType;
use App\Traits\Model\MorphTvRated;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Concerns\HasUlids;
use Illuminate\Database\Eloquent\Factories\HasFactory;
Expand All @@ -17,6 +18,7 @@ class MediaSong extends KModel implements Sitemapable
{
use HasFactory,
HasUlids,
MorphTvRated,
SoftDeletes,
SortableTrait;

Expand Down

0 comments on commit 9dfaa57

Please sign in to comment.