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