The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\SongLikeToggled: $id, $relations, $class, $connection, $keyBy
Loading history...
12
13
public $interaction;
14
public $user;
15
16
6
public function __construct(Interaction $interaction, User $user = null)