Completed
Push — master ( 382641...da5caa )
by Renato
05:01
created
src/SCBroadcastServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 
30 30
         $this->app
31 31
             ->make(BroadcastManager::class)
32
-            ->extend('socketcluster', function ($app, $config) use ($self) {
32
+            ->extend('socketcluster', function($app, $config) use ($self) {
33 33
                 return new SCBroadcaster($self->makeSocketCluster($config));
34 34
             });
35 35
     }
Please login to merge, or discard this patch.