From 94a2a1dd2ec9f3d062be840e322968c65ef8ec6c Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 8 Apr 2025 22:41:25 +0200 Subject: [PATCH] Resolviendo conflictos --- ci4/app/Config/Routing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci4/app/Config/Routing.php b/ci4/app/Config/Routing.php index ae93cab1..26bd3d2b 100644 --- a/ci4/app/Config/Routing.php +++ b/ci4/app/Config/Routing.php @@ -88,7 +88,7 @@ class Routing extends BaseRouting * * If FALSE, will stop searching and do NO automatic routing. */ - public bool $autoRoute = false; + public bool $autoRoute = true; /** * If TRUE, will enable the use of the 'prioritize' option