The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by App\Events\EnrollmentCourseUpdated: $id, $relations, $class, $connection, $keyBy
Loading history...
14
15
// the ids must refer to lms_id (not the local ones)
16
public function __construct(public Student $student, public Course $previousCourse, public Course $newCourse)