mirror of
https://github.com/elyby/accounts.git
synced 2025-02-17 07:48:06 +05:30
redirectUri может быть null
This commit is contained in:
parent
f5981f1cd1
commit
bec00df77b
@ -15,7 +15,7 @@ class ClientEntity extends \League\OAuth2\Server\Entity\ClientEntity {
|
|||||||
$this->secret = $secret;
|
$this->secret = $secret;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setRedirectUri(string $redirectUri) {
|
public function setRedirectUri($redirectUri) {
|
||||||
$this->redirectUri = $redirectUri;
|
$this->redirectUri = $redirectUri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user