From 718499a6770d6b1fb40421e5f5c654cc13d750ec Mon Sep 17 00:00:00 2001 From: spiralbot Date: Mon, 2 Sep 2024 09:35:20 +0000 Subject: [PATCH] Merge pull request #1127: rename context scopes --- src/CoreHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CoreHandler.php b/src/CoreHandler.php index ba000af..6a3bef7 100644 --- a/src/CoreHandler.php +++ b/src/CoreHandler.php @@ -110,7 +110,7 @@ public function handle(Request $request): Response */ $result = $this->scope->runScope( new Scope( - name: 'http.request', + name: 'http-request', bindings: [Request::class => $request, Response::class => $response, $controller => $controller], ), fn (): mixed => $this->tracer->trace(