Update references to models.

This commit is contained in:
Mihail-K 2016-03-20 16:05:57 -04:00
parent e63c18f6be
commit 4a5c2418eb

View file

@ -20,8 +20,8 @@
namespace Poniverse\Ponyfm\Commands;
use Poniverse\Ponyfm\Playlist;
use Poniverse\Ponyfm\Track;
use Poniverse\Ponyfm\Models\Playlist;
use Poniverse\Ponyfm\Models\Track;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\DB;