mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Namespace fix
This commit is contained in:
parent
5848c0d920
commit
746cd4ab7d
@ -22,7 +22,7 @@ class AccessTokenEntity extends AbstractTokenEntity
|
|||||||
*/
|
*/
|
||||||
public function getSession()
|
public function getSession()
|
||||||
{
|
{
|
||||||
if ($this->session instanceof Entity\SessionEntity) {
|
if ($this->session instanceof SessionEntity) {
|
||||||
return $this->session;
|
return $this->session;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user