@@ -25,7 +25,7 @@ |
||
25 | 25 | /* |
26 | 26 | * Authenticate the user's personal channel... |
27 | 27 | */ |
28 | - Broadcast::channel('App.User.*', function ($user, $userId) { |
|
28 | + Broadcast::channel('App.User.*', function($user, $userId) { |
|
29 | 29 | return (int)$user->id === (int)$userId; |
30 | 30 | }); |
31 | 31 | } |