芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/facade/ignition/src/Middleware/CustomizeGrouping.php
groupingType = $groupingType; } public function handle(Report $report, $next) { $report->groupByTopFrame(); if ($this->groupingType === GroupingTypes::EXCEPTION) { $report->groupByException(); } return $next($report); } }