mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
Corrected reference to TrackFileNotFoundException in Track class
This commit is contained in:
parent
de88fe6fff
commit
ba29702be9
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ use Auth;
|
|||
use Cache;
|
||||
use Config;
|
||||
use DB;
|
||||
use Poniverse\Ponyfm\Exceptions\TrackFileNotFoundException;
|
||||
use Poniverse\Ponyfm\Traits\SlugTrait;
|
||||
use Exception;
|
||||
use External;
|
||||
|
|
Loading…
Reference in a new issue