hasMany(Receta::class, 'ingrediente_id'); } public function restaurante() { return $this->belongsTo(Restaurante::class); } }