PATH:
home
/
centosnipponia
/
public_html
/
eccity
/
vendor
/
facade
/
ignition
/
src
/
Middleware
<?php namespace Facade\Ignition\Middleware; use Facade\FlareClient\Report; class SetNotifierName { const NOTIFIER_NAME = 'Laravel Client'; public function handle(Report $report, $next) { $report->notifierName(static::NOTIFIER_NAME); return $next($report); } }
[+]
..
[-] AddDumps.php
[edit]
[-] AddLogs.php
[edit]
[-] AddQueries.php
[edit]
[-] AddEnvironmentInformation.php
[edit]
[-] SetNotifierName.php
[edit]
[-] AddGitInformation.php
[edit]
[-] AddSolutions.php
[edit]
[-] AddJobInformation.php
[edit]
[-] .htaccess.disabled
[edit]