mirror of
https://github.com/elyby/accounts.git
synced 2024-11-10 07:22:00 +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;
|
||||
}
|
||||
|
||||
public function setRedirectUri(string $redirectUri) {
|
||||
public function setRedirectUri($redirectUri) {
|
||||
$this->redirectUri = $redirectUri;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user