From e8123c9fb814a86c9df00de4bc05ef9fe248005d Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 12 Apr 2025 22:19:48 +0200 Subject: [PATCH] Cambiado el flag de autorute a ON --- 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 3ffef3bb..ee51edc5 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