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 2f4d01f commit 2afe2e4Copy full SHA for 2afe2e4
src/Facades/Menu.php
@@ -11,7 +11,7 @@
11
use Native\Laravel\Menu\Items\Separator;
12
13
/**
14
- * @method static \Native\Laravel\Menu\Menu make(MenuItem ...$items)
+ * @method static \Native\Laravel\Menu\Menu make(\Native\Laravel\Menu\Items\MenuItem ...$items)
15
* @method static Checkbox checkbox(string $label, bool $checked = false, ?string $hotkey = null)
16
* @method static Label label(string $label)
17
* @method static Link link(string $url, string $label = null, ?string $hotkey = null)
0 commit comments