Completed
Push — master ( 7118cf...ad42ea )
by Renato
04:20
created
src/Providers/PimpleServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      */
17 17
     public function register(Container $app)
18 18
     {
19
-        $app['socketcluster'] = function ($app) {
19
+        $app['socketcluster'] = function($app) {
20 20
             $websocket = WebSocket::factory($app['socketcluster.options']);
21 21
             return new SocketCluster($websocket);
22 22
         };
Please login to merge, or discard this patch.