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 cffa734 commit 11823c6Copy full SHA for 11823c6
src/DTO/CategoryData.php
@@ -18,6 +18,8 @@ public function __construct(
18
public DataCollection $items,
19
/** @var TranslationData[]|Optional */
20
public DataCollection|Optional $description,
21
+ /** @var WeeklyAvailabilityData[]|null */
22
+ public Optional|DataCollection $weekly_availability,
23
)
24
{
25
}
src/DTO/SubcategoryData.php
@@ -16,6 +16,8 @@ public function __construct(
16
17
public Optional|DataCollection $description,
0 commit comments