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.
2 parents 7e33bbd + 48b48ba commit a8b5d7dCopy full SHA for a8b5d7d
src/app/View/Components/MenuDropdown.php
@@ -17,6 +17,7 @@ public function __construct(
17
public ?string $link = null,
18
public bool $open = false,
19
public array $items = [],
20
+ public bool $nested = false,
21
) {
22
}
23
0 commit comments