Skip to content

Commit 0097119

Browse files
committed
remove
1 parent 052266c commit 0097119

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Service/Manager.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public function wasBan(Token $token): bool
8787

8888
protected function getBlacklist($store, $jti)
8989
{
90-
dump($this->config->getBlacklist());
9190
return $this->getCache($store, $jti, $this->config->getBlacklist());
9291
}
9392

@@ -155,7 +154,7 @@ private function clearCache($store, $type, $uid): void
155154
private function getCache($store, $uid, $type)
156155
{
157156
$key = implode(':', [$this->config->getPrefix(), $store, $type, $uid]);
158-
157+
159158
return $this->app->cache->get($key);
160159
}
161160
}

0 commit comments

Comments
 (0)