mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Test fixes
This commit is contained in:
parent
8b4b884a03
commit
e5315dc016
@ -209,7 +209,7 @@ class Session
|
|||||||
return $this->client;
|
return $this->client;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->client = $this->server->getStorage('client')->getBySession($this->getId());
|
$this->client = $this->server->getStorage('client')->getBySession($this);
|
||||||
return $this->client;
|
return $this->client;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
namespace League\OAuth2\Server\Storage;
|
namespace League\OAuth2\Server\Storage;
|
||||||
|
|
||||||
|
use League\OAuth2\Server\Entity\Session;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Client storage interface
|
* Client storage interface
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user