Base de ingrédient terminé

This commit is contained in:
2026-04-02 18:10:47 +02:00
parent e79cc73e6d
commit 8a173ed2c7
10 changed files with 246 additions and 13 deletions

View File

@@ -9,5 +9,10 @@ class Ingredient extends Model {
public int $num_ingredient;
public string $nom_ingredient;
public function getID(): int
{
return $this->num_ingredient;
}
}