Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 4bfed33

Browse files
committed
removed trailing comma
1 parent f742981 commit 4bfed33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contracts/PushesToPusher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function getPusherBroadcaster(array $app)
2626
}
2727

2828
return new PusherBroadcaster(
29-
new Pusher($app['key'], $app['secret'], $app['id'], config('broadcasting.connections.pusher.options', [])),
29+
new Pusher($app['key'], $app['secret'], $app['id'], config('broadcasting.connections.pusher.options', []))
3030
);
3131
}
3232
}

0 commit comments

Comments
 (0)