mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
Fixed album favouriting
This commit is contained in:
parent
63562f9338
commit
11e5bb0384
1 changed files with 2 additions and 1 deletions
|
@ -23,11 +23,12 @@ namespace Poniverse\Ponyfm\Commands;
|
||||||
use Notification;
|
use Notification;
|
||||||
use Poniverse\Ponyfm\Contracts\Favouritable;
|
use Poniverse\Ponyfm\Contracts\Favouritable;
|
||||||
use Poniverse\Ponyfm\Models\Favourite;
|
use Poniverse\Ponyfm\Models\Favourite;
|
||||||
|
use Poniverse\Ponyfm\Models\Track;
|
||||||
|
use Poniverse\Ponyfm\Models\Album;
|
||||||
use Poniverse\Ponyfm\Models\Playlist;
|
use Poniverse\Ponyfm\Models\Playlist;
|
||||||
use Poniverse\Ponyfm\Models\ResourceUser;
|
use Poniverse\Ponyfm\Models\ResourceUser;
|
||||||
use Auth;
|
use Auth;
|
||||||
use DB;
|
use DB;
|
||||||
use Poniverse\Ponyfm\Models\Track;
|
|
||||||
|
|
||||||
class ToggleFavouriteCommand extends CommandBase
|
class ToggleFavouriteCommand extends CommandBase
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue