Skip to content

Commit 383cfc7

Browse files
committed
Fix route for telementry
1 parent 2cc1ac6 commit 383cfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ public function run(Container $context): static
540540
/** @var Request $request */
541541
$response = $context->get('response');
542542
/** @var Response $response */
543-
$route = $context->get('route');
543+
$route = $this->match($request);
544544
/** @var ?Route $route */
545545

546546
$this->activeRequests->add(1, [

0 commit comments

Comments
 (0)