We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc10ff commit b153e6eCopy full SHA for b153e6e
1 file changed
Classes/RoutingMiddleware.php
@@ -80,7 +80,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
80
throw $exception;
81
}
82
83
- return $this->responseFactory->createResponse(statusCode)
+ return $this->responseFactory->createResponse($statusCode)
84
->withAddedHeader('Location', (string)$uri);
85
86
0 commit comments