@@ -20,7 +20,7 @@ |
||
20 | 20 | // Merges default configuration |
21 | 21 | $this->mergeConfigFrom(__DIR__ . '/config/config.php', 'oauth-tokens-client'); |
22 | 22 | |
23 | - $this->app->bind('oauth-tokens-client.service', function ($app) { |
|
23 | + $this->app->bind('oauth-tokens-client.service', function($app) { |
|
24 | 24 | $oauthTokenConfig = $app->make('config')->get('oauth-tokens-client'); |
25 | 25 | |
26 | 26 | return new OAuthClient( |