File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public static function fromMenuCocktail(MenuCocktail $menuCocktail): self
3737 categoryName: $ menuCocktail ->category_name ,
3838 description: $ menuCocktail ->cocktail ->getIngredientNames ()->implode (', ' ),
3939 publicId: $ menuCocktail ->cocktail ->public_id ,
40- image: $ thumbnail ? config ( ' app.url ' ) . $ thumbnail : null ,
40+ image: $ thumbnail ,
4141 inShelf: $ menuCocktail ->cocktail ->inBarShelf (),
4242 );
4343 }
@@ -55,7 +55,7 @@ public static function fromMenuIngredient(MenuIngredient $menuIngredient): self
5555 categoryName: $ menuIngredient ->category_name ,
5656 description: $ menuIngredient ->ingredient ->getMaterializedPathAsString (),
5757 publicId: null ,
58- image: $ thumbnail ? config ( ' app.url ' ) . $ thumbnail : null ,
58+ image: $ thumbnail ,
5959 inShelf: $ menuIngredient ->ingredient ->barHasInShelf (),
6060 );
6161 }
You can’t perform that action at this time.
0 commit comments