The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\TechTips\TechTipCommentFlaggedEvent: $id, $relations, $class, $connection, $keyBy
Loading history...
15
use InteractsWithSockets;
16
17
public $comment;
18
19
/**
20
* Create a new event instance
21
*/
22
public function __construct(TechTipComment $comment)