mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Namespace fix
This commit is contained in:
@@ -22,7 +22,7 @@ class AccessTokenEntity extends AbstractTokenEntity
|
||||
*/
|
||||
public function getSession()
|
||||
{
|
||||
if ($this->session instanceof Entity\SessionEntity) {
|
||||
if ($this->session instanceof SessionEntity) {
|
||||
return $this->session;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user