Passed
Branch master (a2f4db)
by Syed Abidur
09:23
created
Category
src/Sarahman/OauthTokensClient/OauthTokensClientServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
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'],
Please login to merge, or discard this patch.