Skip to content

Commit e07bfc7

Browse files
committed
update
1 parent b9d16af commit e07bfc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Service/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function destroyToken($id, $store): void
140140
if ($handle == 'file') {
141141
$token = unserialize($this->decodeFileCache($key)['content']);
142142
} else if ($handle == 'redis') {
143-
// todo
143+
$token = $this->app->cache->get($key);
144144
}
145145

146146
$token = $this->app->get('jwt.token')->parse($token);

0 commit comments

Comments
 (0)