Applied fixes from StyleCI

This commit is contained in:
Taylor Otwell 2016-08-05 16:44:47 -04:00 committed by StyleCI Bot
parent 9df814e512
commit 30a9cbf54e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public function boot()
{ {
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) {