We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8365b87 commit 3477c5eCopy full SHA for 3477c5e
app/External/Model/Cocktail.php
@@ -38,7 +38,7 @@ private function __construct(
38
public array $utensils = [],
39
public array $images = [],
40
public array $ingredients = [],
41
- public ?int $parentCocktailId = null,
+ public ?string $parentCocktailId = null,
42
public ?int $year = null,
43
) {
44
}
0 commit comments