%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/hrsys/api/vendor/facade/flare-client-php/src/Middleware/
Upload File :
Create Path :
Current File : /var/www/html/hrsys/api/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