mirror of
https://github.com/elyby/accounts.git
synced 2025-01-11 14:32:12 +05:30
Fixes ACCOUNTS-5VF
This commit is contained in:
parent
01028cf378
commit
9557064a97
@ -15,7 +15,7 @@ class RefreshTokenEntity extends \League\OAuth2\Server\Entity\RefreshTokenEntity
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getSession(): SessionEntity {
|
||||
public function getSession(): ?SessionEntity {
|
||||
if ($this->session instanceof SessionEntity) {
|
||||
return $this->session;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user