From cfda826c8990f55f85f41d961da598c36ef3a626 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 17 May 2023 09:56:25 +1000 Subject: [PATCH] Rate limiter for 404's --- app/Http/Middleware/QueryLogging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Middleware/QueryLogging.php b/app/Http/Middleware/QueryLogging.php index b5a164a5e84b..a41de37b2cb2 100644 --- a/app/Http/Middleware/QueryLogging.php +++ b/app/Http/Middleware/QueryLogging.php @@ -32,7 +32,7 @@ class QueryLogging * @return mixed */ public function handle(Request $request, Closure $next) - {nlog("yoyo"); + { // Enable query logging for development if (! Ninja::isHosted() || ! config('beacon.enabled')) { return $next($request);