D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
t
/
a
/
t
/
tattooscyy
/
api2
/
vendor
/
facade
/
ignition
/
src
/
Middleware
/
Filename :
SetNotifierName.php
back
Copy
<?php namespace Facade\Ignition\Middleware; use Facade\FlareClient\Report; class SetNotifierName { public const NOTIFIER_NAME = 'Laravel Client'; public function handle(Report $report, $next) { $report->notifierName(static::NOTIFIER_NAME); return $next($report); } }