Corrected reference to TrackFileNotFoundException in Track class

This commit is contained in:
Adam Lavin 2015-12-26 02:18:04 +00:00
parent de88fe6fff
commit ba29702be9

View file

@ -24,6 +24,7 @@ use Auth;
use Cache; use Cache;
use Config; use Config;
use DB; use DB;
use Poniverse\Ponyfm\Exceptions\TrackFileNotFoundException;
use Poniverse\Ponyfm\Traits\SlugTrait; use Poniverse\Ponyfm\Traits\SlugTrait;
use Exception; use Exception;
use External; use External;