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

Applied fixes from StyleCI
This commit is contained in:
Taylor Otwell 2016-08-05 15:44:53 -05:00 committed by GitHub
commit 1426bdda40

View File

@ -16,7 +16,7 @@ class BroadcastServiceProvider extends ServiceProvider
{
Broadcast::routes();
/**
/*
* Authenticate the user's personal channel...
*/
Broadcast::auth('App.User.*', function ($user, $userId) {