Rapsys Git
/
packbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix symfony 5.3 deprecation
[packbundle]
/
Context
/
RequestStackContext.php
diff --git
a/Context/RequestStackContext.php
b/Context/RequestStackContext.php
index 0421de7d96a352a4dcebd3202d7fd1400e343ea7..343affdacc9b847a004928e0c785cec6f2198359 100644
(file)
--- 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->getMa
ster
Request()) {
+ if (!$request = $this->requestStack->getMa
in
Request()) {
//Return base path
return $this->basePath;
}