Passed
Push — master ( 347e4e...1a0023 )
by Dominic
03:19
created
src/Repositories/CacheTokenRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
 	public function getAccessToken()
20 20
 	{
21
-		return Cache::get(self::PREFIX .  AccessToken::TYPE);
21
+		return Cache::get(self::PREFIX . AccessToken::TYPE);
22 22
 	}
23 23
 
24 24
 	public function getRefreshToken()
Please login to merge, or discard this patch.