/home/brandsfa/public_html/vendor/spatie/flare-client-php/src/FlareMiddleware/FlareMiddleware.php
<?php

namespace Spatie\FlareClient\FlareMiddleware;

use Closure;
use Spatie\FlareClient\Report;

interface FlareMiddleware
{
    public function handle(Report $report, Closure $next);
}