mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Removed FQN
This commit is contained in:
@ -51,7 +51,7 @@ abstract class AbstractServer
|
|||||||
public function getRequest()
|
public function getRequest()
|
||||||
{
|
{
|
||||||
if ($this->request === null) {
|
if ($this->request === null) {
|
||||||
$this->request = \Symfony\Component\HttpFoundation\Request::createFromGlobals();
|
$this->request = Request::createFromGlobals();
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->request;
|
return $this->request;
|
||||||
|
Reference in New Issue
Block a user