Skip to content

Commit 4ad23a6

Browse files
committed
Receive combo key data
1 parent e066697 commit 4ad23a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Events/Menu/MenuItemClicked.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class MenuItemClicked implements ShouldBroadcastNow
1212
{
1313
use Dispatchable, InteractsWithSockets, SerializesModels;
1414

15-
public function __construct(public array $item) {}
15+
public function __construct(public array $item, public array $combo = []) {}
1616

1717
public function broadcastOn()
1818
{

0 commit comments

Comments
 (0)