hasOne('App\Models\PropertyPhoto','id', 'photo_id'); } public function propertyRoom() { return $this->hasOne('App\Models\PropertyRoom','id', 'room_id'); } }