Passed
Pull Request — master (#1)
by Syed Abidur
03:03
created
src/ServiceProviderForLaravelRecent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.