mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
apc -> apcu
This commit is contained in:
parent
693c33c61d
commit
a09b4bb0ae
1 changed files with 1 additions and 1 deletions
|
|
@ -33,6 +33,6 @@ class AuthProvider extends BaseProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function logout($token) {
|
public function logout($token) {
|
||||||
apc_delete($token);
|
apcu_delete($token);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue