Skip to content

Commit f65bf1b

Browse files
author
Bernhard Schmitt
committed
Make ControllerContext publicly available in UriService
1 parent d7276f4 commit f65bf1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Infrastructure/UriService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function getDummyImageBaseUri(): string
8888
);
8989
}
9090

91-
protected function getControllerContext(): ControllerContext
91+
public function getControllerContext(): ControllerContext
9292
{
9393
if (is_null($this->controllerContext)) {
9494
$requestHandler = $this->bootstrap->getActiveRequestHandler();

0 commit comments

Comments
 (0)