The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\NewTipCommentEvent: $id, $relations, $class, $connection, $keyBy
Loading history...
16
17
public $tip_id;
18
public $comment;
19
public $user;
20
21
/**
22
* Create a new event instance.
23
*
24
* @return void
25
*/
26
public function __construct($tip, $comment, $user)