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.
2 parents bd41360 + dca3af5 commit 2e7d1d2Copy full SHA for 2e7d1d2
src/OAuth2/Storage/Redis.php
@@ -83,7 +83,7 @@ protected function expireValue($key)
83
{
84
unset($this->cache[$key]);
85
86
- return $this->redis->delete($key);
+ return $this->redis->del($key);
87
}
88
89
/* AuthorizationCodeInterface */
0 commit comments