Skip to content

Commit b3f7119

Browse files

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Factory/ControllerFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ private function getController(string $controllerInterface, ?string $controllerF
5050
return null;
5151
}
5252

53+
$controllerFqcn = str_replace('%5C', '\\', $controllerFqcn);
5354
$newRequest = $request->duplicate(null, null, ['_controller' => [$controllerFqcn, $controllerAction]]);
5455
try {
5556
$controllerCallable = $this->controllerResolver->getController($newRequest);

0 commit comments

Comments
 (0)