hasOne(HotelModel::class, 'id', 'hotel_id'); } public function room() { return $this->hasOne(HotelRoomModel::class, 'id', 'room_id'); } }