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