mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-06-03 23:33:25 +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