Fix logins and add routes.

This commit is contained in:
2026-04-03 12:55:05 +02:00
parent f2397b6d31
commit ae31644831
15 changed files with 470 additions and 10 deletions

View File

@@ -21,6 +21,12 @@ class Ingredient extends Model {
*/
public string $nom_ingredient;
/**
* L'URL vers l'image de l'ingrédient.
* @var string
*/
public string $photo_ingredient;
/**
* Retourne le numéro de l'ingrédient.
* @return int