Fix logins and add routes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user