mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 18:19:47 +05:30
Removed FQN
This commit is contained in:
parent
782f43c73a
commit
82c10c32fd
@ -51,7 +51,7 @@ abstract class AbstractServer
|
||||
public function getRequest()
|
||||
{
|
||||
if ($this->request === null) {
|
||||
$this->request = \Symfony\Component\HttpFoundation\Request::createFromGlobals();
|
||||
$this->request = Request::createFromGlobals();
|
||||
}
|
||||
|
||||
return $this->request;
|
||||
|
Loading…
Reference in New Issue
Block a user