The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\LeadStatusUpdatedEvent: $id, $relations, $class, $connection, $keyBy
Loading history...
14
15
public $email;
16
17
public $name;
18
19
public $firstname;
20
21
public $lastname;
22
23
public function __construct(Student|Contact $user, public $listId)