id, classId: (string) $slot->classId, subjectId: (string) $slot->subjectId, teacherId: (string) $slot->teacherId, dayOfWeek: $slot->dayOfWeek->value, startTime: $slot->timeSlot->startTime, endTime: $slot->timeSlot->endTime, room: $slot->room, isRecurring: $slot->isRecurring, createdAt: $slot->createdAt, updatedAt: $slot->updatedAt, ); } }