<?php
namespace Spatie\FlareClient\FlareMiddleware;
use Closure;
use Spatie\FlareClient\Report;
interface FlareMiddleware
{
public function handle(Report $report, Closure $next);
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository