From 4a5c2418eb3fc9b6d8a4b13f08fe36199caa606c Mon Sep 17 00:00:00 2001 From: Mihail-K Date: Sun, 20 Mar 2016 16:05:57 -0400 Subject: [PATCH] Update references to models. --- app/Commands/RemoveTrackFromPlaylistCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Commands/RemoveTrackFromPlaylistCommand.php b/app/Commands/RemoveTrackFromPlaylistCommand.php index e1d25315..ceac11d1 100644 --- a/app/Commands/RemoveTrackFromPlaylistCommand.php +++ b/app/Commands/RemoveTrackFromPlaylistCommand.php @@ -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;