@@ -34,7 +34,7 @@ |
||
34 | 34 | */ |
35 | 35 | public function register() |
36 | 36 | { |
37 | - $this->app['oauth-tokens-client.service'] = $this->app->share(function ($app) { |
|
37 | + $this->app['oauth-tokens-client.service'] = $this->app->share(function($app) { |
|
38 | 38 | return new OAuthClient( |
39 | 39 | new Client, |
40 | 40 | $app['cache.store'], |