We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b367f2f commit f644cdcCopy full SHA for f644cdc
1 file changed
user_guide_src/source/incoming/routing.rst
@@ -824,9 +824,13 @@ Enable Auto Routing (Legacy)
824
825
Since v4.2.0, the auto-routing is disabled by default.
826
827
-To use it, you need to change the setting ``$autoRoute`` option to true in **app/Config/Routing.php**::
+To use it, you need to change the setting ``$autoRoute`` option to ``true`` in **app/Config/Routing.php**::
828
+
829
+ public bool $autoRoute = true;
830
831
+And set the property ``$autoRoutesImproved`` to ``false`` in **app/Config/Feature.php**::
832
- $routes->setAutoRoute(true);
833
+ public bool $autoRoutesImproved = false;
834
835
URI Segments (Legacy)
836
=====================
0 commit comments