belongsTo(CustomSchedule::class); } public function speciality(): BelongsTo { return $this->belongsTo(Speciality::class); } }