We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f949f commit f76ddbcCopy full SHA for f76ddbc
src/Persistence/Laravel5CacheTokenPersistence.php
@@ -41,7 +41,7 @@ public function restoreToken(TokenInterface $token)
41
42
public function deleteToken()
43
{
44
- $this->cache->delete($this->cacheKey);
+ $this->cache->forget($this->cacheKey);
45
}
46
47
public function hasToken()
0 commit comments