Skip to content

Commit 2afe2e4

Browse files
authored
Update docblock
1 parent 2f4d01f commit 2afe2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facades/Menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Native\Laravel\Menu\Items\Separator;
1212

1313
/**
14-
* @method static \Native\Laravel\Menu\Menu make(MenuItem ...$items)
14+
* @method static \Native\Laravel\Menu\Menu make(\Native\Laravel\Menu\Items\MenuItem ...$items)
1515
* @method static Checkbox checkbox(string $label, bool $checked = false, ?string $hotkey = null)
1616
* @method static Label label(string $label)
1717
* @method static Link link(string $url, string $label = null, ?string $hotkey = null)

0 commit comments

Comments
 (0)