Completed
Push — master ( f89d9f...ca4d83 )
by Mahmoud
03:00
created
app/Port/Broadcast/Providers/BroadcastServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.