File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ class MenuBarClicked implements ShouldBroadcastNow
12
12
{
13
13
use Dispatchable, InteractsWithSockets, SerializesModels;
14
14
15
- public function __construct (public array $ combo , public array $ bounds , public array $ position )
16
- {
17
- }
15
+ public function __construct (public array $ combo , public array $ bounds , public array $ position ) {}
18
16
19
17
public function broadcastOn ()
20
18
{
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ class MenuBarRightClicked implements ShouldBroadcastNow
12
12
{
13
13
use Dispatchable, InteractsWithSockets, SerializesModels;
14
14
15
- public function __construct (public array $ combo , public array $ bounds )
16
- {
17
- }
15
+ public function __construct (public array $ combo , public array $ bounds ) {}
18
16
19
17
public function broadcastOn ()
20
18
{
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ class MenuBarRightClicked implements ShouldBroadcastNow
12
12
{
13
13
use Dispatchable, InteractsWithSockets, SerializesModels;
14
14
15
- public function __construct (public array $ combo , public array $ bounds )
16
- {
17
- }
15
+ public function __construct (public array $ combo , public array $ bounds ) {}
18
16
19
17
public function broadcastOn ()
20
18
{
You can’t perform that action at this time.
0 commit comments