8889841chome/clixcotz/mars.clix.co.tz/vendor/facade/flare-client-php/src/Middleware/AddGlows.php000066600000000745150522041770025217 0ustar00recorder = $recorder; } public function handle(Report $report, $next) { foreach ($this->recorder->glows() as $glow) { $report->addGlow($glow); } return $next($report); } }