From d8cd43c77f4a06111304508f37a404b4018b1481 Mon Sep 17 00:00:00 2001 From: Punyapal Shah <53343069+MrPunyapal@users.noreply.github.com> Date: Fri, 11 Apr 2025 21:35:38 +0530 Subject: [PATCH] fixed the incorrect output in scope context example --- context.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/context.md b/context.md index 39e60dfba9..fb473af114 100644 --- a/context.md +++ b/context.md @@ -188,7 +188,9 @@ Context::scope( ); Context::all(); -// [] +// [ +// 'trace_id' => 'abc-999', +// ] Context::allHidden(); // [