public function process(Request $request, callable $next) : Response { Db::connection()->listen(function (QueryExecuted $queryExecuted){ dump("[{$queryExecuted->time} ms] {$queryExecuted->sql}&quo...
Error: Call to a member function getPolicy() on null ...
Error: Call to a member function tag() on null in /var/www/php/fj-dmp/vendor/webman/arms/src/Arms.php:43 request()->rootSpan->tag('db.statement', $query->sql . " /{$query->time}ms/");...