From c1a83aab2ca83e1be0bd3df4046b57ea30d54ad0 Mon Sep 17 00:00:00 2001 From: Alain Van Driessche Date: Fri, 18 Oct 2024 16:04:09 +0200 Subject: [PATCH] Disable fixing --- routes/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index a8c77c3f4..0ebbec267 100644 --- a/routes/console.php +++ b/routes/console.php @@ -32,4 +32,4 @@ Schedule::command('certificate:issues')->hourlyAt(33); -Schedule::command('certificates:fix')->everyFiveMinutes(); +//Schedule::command('certificates:fix')->everyFiveMinutes();