Completed
Push — master ( 8e3204...e7924c )
by Kazi Mainuddin
01:46
created
src/Provider/PushServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      */
28 28
     public function register()
29 29
     {
30
-        $this->app->singleton('tzsk-push', function ($app) {
30
+        $this->app->singleton('tzsk-push', function($app) {
31 31
             return new Pusher(new PusherFactory());
32 32
         });
33 33
     }
Please login to merge, or discard this patch.