Fix logins and add routes.
This commit is contained in:
@@ -35,7 +35,7 @@ class IngredientRepository extends Repository implements LinkableInterface {
|
||||
return [
|
||||
'table' => 'Ingredient',
|
||||
'columns' => [
|
||||
'num_ingredient', 'nom_ingredient'
|
||||
'num_ingredient', 'nom_ingredient', 'photo_ingredient',
|
||||
],
|
||||
'link_recettes' => 'Listeingredient'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user