@@ -29,7 +29,7 @@ |
||
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 | } |