Skip to content

Commit bcad9fa

Browse files
committed
Cleanup
1 parent 3828de4 commit bcad9fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Events/EventWatcher.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public function __construct(protected Client $client) {}
1212
public function register(): void
1313
{
1414
Event::listen('*', function (string $eventName, array $data) {
15-
1615
$event = $data[0] ?? (object) null;
1716

1817
if (! method_exists($event, 'broadcastOn')) {

0 commit comments

Comments
 (0)