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 e066697 commit 4ad23a6Copy full SHA for 4ad23a6
src/Events/Menu/MenuItemClicked.php
@@ -12,7 +12,7 @@ class MenuItemClicked implements ShouldBroadcastNow
12
{
13
use Dispatchable, InteractsWithSockets, SerializesModels;
14
15
- public function __construct(public array $item) {}
+ public function __construct(public array $item, public array $combo = []) {}
16
17
public function broadcastOn()
18
0 commit comments