Skip to content

Commit 7c1cca5

Browse files
committed
Remove custom event menu item type
1 parent 23c3363 commit 7c1cca5

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

src/Menu/Items/Event.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/Menu/MenuBuilder.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ public function radio(string $label, bool $checked = false, ?string $hotkey = nu
6464
return new Items\Radio($label, $checked, $hotkey);
6565
}
6666

67-
public function event(string $event, ?string $label = null, ?string $hotkey = null): Items\Event
68-
{
69-
return new Items\Event($event, $label, $hotkey);
70-
}
71-
7267
public function link(string $url, ?string $label = null, ?string $hotkey = null): Items\Link
7368
{
7469
return new Items\Link($url, $label, $hotkey);

0 commit comments

Comments
 (0)