X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/592b6f83c8021771cb948f8c99b5e2672fda10c0..004e139a1e7b0fbd2008f225a6dd4df0801c971e:/Context/RequestStackContext.php diff --git a/Context/RequestStackContext.php b/Context/RequestStackContext.php index 0421de7..343affd 100644 --- a/Context/RequestStackContext.php +++ b/Context/RequestStackContext.php @@ -45,7 +45,7 @@ class RequestStackContext extends BaseRequestStackContext { */ public function getBaseUrl(): string { //Without request - if (!$request = $this->requestStack->getMasterRequest()) { + if (!$request = $this->requestStack->getMainRequest()) { //Return base path return $this->basePath; }