Base de ingrédient terminé
This commit is contained in:
@@ -9,5 +9,10 @@ class Ingredient extends Model {
|
||||
public int $num_ingredient;
|
||||
public string $nom_ingredient;
|
||||
|
||||
public function getID(): int
|
||||
{
|
||||
return $this->num_ingredient;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user