Completed
Pull Request — master (#29)
by
unknown
01:47
created
src/Providers/WeChatProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,9 +93,9 @@
 block discarded – undo
93 93
     protected function getTokenUrl()
94 94
     {
95 95
         if ($this->isOpenPlatform()) {
96
-            return $this->baseUrl . '/oauth2/component/access_token';
96
+            return $this->baseUrl.'/oauth2/component/access_token';
97 97
         }
98
-        return $this->baseUrl . '/oauth2/access_token';
98
+        return $this->baseUrl.'/oauth2/access_token';
99 99
     }
100 100
 
101 101
     /**
Please login to merge, or discard this patch.