hasMany(Persona::class, 'foto_id', 'id'); } public function servicio() { return $this->hasMany(Servicio::class, 'foto_id', 'id'); } }