hasOne(CourseType::class, 'id', 'type'); } public function calendar() { return $this->belongsTo(Calendar::class, 'calendar_id', 'id'); } }