mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-30 02:33:14 +05:30
Set a type for deleteSession()
This commit is contained in:
parent
f9dc4cba79
commit
54a7a5b893
@ -29,6 +29,7 @@ interface OAuth2ServerDatabase
|
||||
|
||||
public function deleteSession(
|
||||
string $clientId,
|
||||
string $type,
|
||||
string $typeId
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user