Skip to content

Commit b153e6e

Browse files
committed
Fix: Add missing $
1 parent 1dc10ff commit b153e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/RoutingMiddleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
8080
throw $exception;
8181
}
8282

83-
return $this->responseFactory->createResponse(statusCode)
83+
return $this->responseFactory->createResponse($statusCode)
8484
->withAddedHeader('Location', (string)$uri);
8585
}
8686
}

0 commit comments

Comments
 (0)