Completed
Push — master ( ea07f0...6becf0 )
by Kazi Mainuddin
01:53
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.