mirror of
https://github.com/friendica/friendica
synced 2025-05-06 15:44:11 +02:00
Move Config::delete() to DI::config()->delete()
This commit is contained in:
parent
3411ced833
commit
a6a2efa18a
5 changed files with 9 additions and 21 deletions
|
@ -177,7 +177,7 @@ class FKOAuthDataStore extends OAuthDataStore
|
|||
DBA::delete('tokens', ['id' => $token->key]);
|
||||
|
||||
if (!is_null($ret) && !is_null($uverifier)) {
|
||||
Config::delete("oauth", $verifier);
|
||||
DI::config()->delete("oauth", $verifier);
|
||||
}
|
||||
|
||||
return $ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue