PATH:
home
/
lab2454c
/
westernclear.net
/
vendor
/
spatie
/
flare-client-php
/
src
/
FlareMiddleware
<?php namespace Spatie\FlareClient\FlareMiddleware; use Spatie\FlareClient\Report; class AddNotifierName implements FlareMiddleware { public const NOTIFIER_NAME = 'Flare Client'; public function handle(Report $report, $next) { $report->notifierName(static::NOTIFIER_NAME); return $next($report); } }
[-] CensorRequestBodyFields.php
[edit]
[-] RemoveRequestIp.php
[edit]
[+]
..
[-] AddDocumentationLinks.php
[edit]
[-] FlareMiddleware.php
[edit]
[-] AddGlows.php
[edit]
[-] AddSolutions.php
[edit]
[-] AddNotifierName.php
[edit]
[-] AddGitInformation.php
[edit]
[-] CensorRequestHeaders.php
[edit]