hasOne('App\Models\PropertyPhoto','id', 'photo_id'); } public function propertyPlace() { return $this->hasOne('App\Models\PropertyPlace','id', 'place_id'); } }