The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by WebDevEtc\BlogEtc\Events\CommentAdded: $id, $relations, $class, $connection, $keyBy
Loading history...
17
18
/** @var Post */
19
public $blogEtcPost;
20
/** @var Comment */
21
public $newComment;
22
23
public function __construct(Post $post, Comment $newComment)