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
1212{
1313 use Dispatchable, InteractsWithSockets, SerializesModels;
1414
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 ) {}
1816
1917 public function broadcastOn ()
2018 {
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ class MenuBarRightClicked implements ShouldBroadcastNow
1212{
1313 use Dispatchable, InteractsWithSockets, SerializesModels;
1414
15- public function __construct (public array $ combo , public array $ bounds )
16- {
17- }
15+ public function __construct (public array $ combo , public array $ bounds ) {}
1816
1917 public function broadcastOn ()
2018 {
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ class MenuBarRightClicked implements ShouldBroadcastNow
1212{
1313 use Dispatchable, InteractsWithSockets, SerializesModels;
1414
15- public function __construct (public array $ combo , public array $ bounds )
16- {
17- }
15+ public function __construct (public array $ combo , public array $ bounds ) {}
1816
1917 public function broadcastOn ()
2018 {
You can’t perform that action at this time.
0 commit comments