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