Skip to content

Commit 3477c5e

Browse files
committed
Fix parent type
1 parent 8365b87 commit 3477c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/External/Model/Cocktail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ private function __construct(
3838
public array $utensils = [],
3939
public array $images = [],
4040
public array $ingredients = [],
41-
public ?int $parentCocktailId = null,
41+
public ?string $parentCocktailId = null,
4242
public ?int $year = null,
4343
) {
4444
}

0 commit comments

Comments
 (0)