We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00da77e commit 9a9198eCopy full SHA for 9a9198e
src/mcp-bundle/src/Controller/McpController.php
@@ -40,7 +40,7 @@ public function handle(Request $request): Response
40
$this->httpMessageFactory->createRequest($request),
41
$this->responseFactory,
42
$this->streamFactory,
43
- $this->logger ?? new NullLogger(),
+ logger: $this->logger,
44
);
45
46
return $this->httpFoundationFactory->createResponse(
0 commit comments