Skip to content

Commit 6436681

Browse files
committed
update
1 parent 9e7377f commit 6436681

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Service/Manager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +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
143144
}
144145

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

0 commit comments

Comments
 (0)