Skip to content

Commit 2880f09

Browse files
committed
Load parent cocktails
1 parent f71bd95 commit 2880f09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/External/Export/ToDataPack.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ private function dumpCocktails(int $barId, ZipArchive &$zip, ?Units $toUnits = n
8888
'glass',
8989
'method',
9090
'tags',
91-
'utensils'
91+
'utensils',
92+
'parentCocktail',
9293
)->where('bar_id', $barId)->get();
9394

9495
/** @var Cocktail $cocktail */

0 commit comments

Comments
 (0)