Merge pull request #124 from ThomasRubini/img_recipe_link

This commit is contained in:
Thomas Rubini 2023-01-26 16:42:23 +01:00 committed by GitHub
commit e8220a4917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ final class RecipeModel
}
public function getImgLink(){
return '/static/img/recipes/'.$this->I_ID;
return '/recipe/img/'.$this->I_ID;
}
public function getLink(){