belongsTo(Restaurante::class); } public function ingrediente() { return $this->belongsTo(Ingrediente::class); } }