The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\TeacherUpdated: $id, $relations, $class, $connection, $keyBy
Loading history...
14
15
public User $user;
16
17
public function __construct(public Teacher $teacher) {