Commit 1426bdda authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3864 from laravel/analysis-8KgoeQ

Applied fixes from StyleCI
parents 9df814e5 30a9cbf5
...@@ -16,7 +16,7 @@ class BroadcastServiceProvider extends ServiceProvider ...@@ -16,7 +16,7 @@ class BroadcastServiceProvider extends ServiceProvider
{ {
Broadcast::routes(); Broadcast::routes();
/** /*
* Authenticate the user's personal channel... * Authenticate the user's personal channel...
*/ */
Broadcast::auth('App.User.*', function ($user, $userId) { Broadcast::auth('App.User.*', function ($user, $userId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment