Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/vendor/facade/ignition/src/Middleware/AddExceptionInformation.php
Назад
<?php namespace Facade\Ignition\Middleware; use Facade\FlareClient\Report; use Illuminate\Database\QueryException; class AddExceptionInformation { public function handle(Report $report, $next) { $throwable = $report->getThrowable(); if (! $throwable instanceof QueryException) { return $next($report); } $report->group('exception', [ 'raw_sql' => $throwable->getSql(), ]); return $next($report); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка