diff --git a/app/Album.php b/app/Album.php index abe43872..7576efb4 100644 --- a/app/Album.php +++ b/app/Album.php @@ -27,6 +27,7 @@ use Illuminate\Database\Eloquent\SoftDeletes; use Illuminate\Foundation\Bus\DispatchesJobs; use Auth; use Cache; +use Poniverse\Ponyfm\Exceptions\TrackFileNotFoundException; use Poniverse\Ponyfm\Traits\TrackCollection; use Poniverse\Ponyfm\Traits\SlugTrait; use Venturecraft\Revisionable\RevisionableTrait; diff --git a/app/Playlist.php b/app/Playlist.php index e9deaf61..309cff0a 100644 --- a/app/Playlist.php +++ b/app/Playlist.php @@ -26,6 +26,7 @@ use Illuminate\Database\Eloquent\SoftDeletes; use Illuminate\Foundation\Bus\DispatchesJobs; use Auth; use Cache; +use Poniverse\Ponyfm\Exceptions\TrackFileNotFoundException; use Poniverse\Ponyfm\Traits\TrackCollection; use Poniverse\Ponyfm\Traits\SlugTrait; use Venturecraft\Revisionable\RevisionableTrait;