Skip to content

Commit a180a16

Browse files
simonhampgithub-actions[bot]
authored andcommitted
Fix styling
1 parent c6cc7e0 commit a180a16

File tree

2 files changed

+31
-32
lines changed

2 files changed

+31
-32
lines changed

src/Facades/Menu.php

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,37 +12,37 @@
1212
use Native\Laravel\Menu\Items\Separator;
1313

1414
/**
15-
* @method static \Native\Laravel\Menu\Menu make(MenuItem ...$items)
16-
* @method static Checkbox checkbox(string $label, bool $checked = false, ?string $hotkey = null)
17-
* @method static GoToLink goToUrl(string $url, string $label = null, ?string $hotkey = null)
18-
* @method static GoToLink goToRoute(string $url, string $label = null, ?string $hotkey = null)
19-
* @method static Label label(string $label)
20-
* @method static Link link(string $url, string $label = null, ?string $hotkey = null)
21-
* @method static Radio radio(string $label, bool $checked = false, ?string $hotkey = null)
22-
* @method static Role app()
23-
* @method static Role file()
24-
* @method static Role edit()
25-
* @method static Role view()
26-
* @method static Role window()
27-
* @method static Role help()
28-
* @method static Role window()
29-
* @method static Role fullscreen()
30-
* @method static Role separator()
31-
* @method static Role devTools()
32-
* @method static Role undo()
33-
* @method static Role redo()
34-
* @method static Role cut()
35-
* @method static Role copy()
36-
* @method static Role paste()
37-
* @method static Role pasteAndMatchStyle()
38-
* @method static Role reload()
39-
* @method static Role minimize()
40-
* @method static Role close()
41-
* @method static Role quit()
42-
* @method static Role help()
43-
* @method static Role hide()
44-
* @method static void create(MenuItem ...$items)
45-
* @method static void default()
15+
* @method static \Native\Laravel\Menu\Menu make(MenuItem ...$items)
16+
* @method static Checkbox checkbox(string $label, bool $checked = false, ?string $hotkey = null)
17+
* @method static GoToLink goToUrl(string $url, string $label = null, ?string $hotkey = null)
18+
* @method static GoToLink goToRoute(string $url, string $label = null, ?string $hotkey = null)
19+
* @method static Label label(string $label)
20+
* @method static Link link(string $url, string $label = null, ?string $hotkey = null)
21+
* @method static Radio radio(string $label, bool $checked = false, ?string $hotkey = null)
22+
* @method static Role app()
23+
* @method static Role file()
24+
* @method static Role edit()
25+
* @method static Role view()
26+
* @method static Role window()
27+
* @method static Role help()
28+
* @method static Role window()
29+
* @method static Role fullscreen()
30+
* @method static Role separator()
31+
* @method static Role devTools()
32+
* @method static Role undo()
33+
* @method static Role redo()
34+
* @method static Role cut()
35+
* @method static Role copy()
36+
* @method static Role paste()
37+
* @method static Role pasteAndMatchStyle()
38+
* @method static Role reload()
39+
* @method static Role minimize()
40+
* @method static Role close()
41+
* @method static Role quit()
42+
* @method static Role help()
43+
* @method static Role hide()
44+
* @method static void create(MenuItem ...$items)
45+
* @method static void default()
4646
*/
4747
class Menu extends Facade
4848
{

src/Menu/MenuBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Native\Laravel\Client\Client;
66
use Native\Laravel\Contracts\MenuItem;
77
use Native\Laravel\Enums\RolesEnum;
8-
use Native\Laravel\Menu\Items;
98

109
class MenuBuilder
1110
{

0 commit comments

Comments
 (0)