Skip to content

Commit

Permalink
Reuse variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Mar 30, 2024
1 parent e1d4a25 commit f496a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlareMiddleware/AddContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function handle(Report $report, Closure $next)
$allContext = Context::all();

if (count($allContext)) {
$report->group('laravel_context', Context::all());
$report->group('laravel_context', $allContext);
}

return $report;
Expand Down

0 comments on commit f496a10

Please sign in to comment.