Removed FQN

This commit is contained in:
Alex Bilbie
2014-05-02 15:14:25 +01:00
parent 782f43c73a
commit 82c10c32fd

View File

@ -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;