Skip to content

Commit f496a10

Browse files
committed
Reuse variable
1 parent e1d4a25 commit f496a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FlareMiddleware/AddContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function handle(Report $report, Closure $next)
1919
$allContext = Context::all();
2020

2121
if (count($allContext)) {
22-
$report->group('laravel_context', Context::all());
22+
$report->group('laravel_context', $allContext);
2323
}
2424

2525
return $report;

0 commit comments

Comments
 (0)