From b1d044e3581990d5d5dbf61d8fdf970dd1e462fe Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean Date: Tue, 10 Sep 2024 09:02:02 +0700 Subject: [PATCH] fix: only v4.4.x config must set manually --- user_guide_src/source/concepts/factories.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/concepts/factories.rst b/user_guide_src/source/concepts/factories.rst index 4520d3a8cb43..aaf7df459c6d 100644 --- a/user_guide_src/source/concepts/factories.rst +++ b/user_guide_src/source/concepts/factories.rst @@ -341,7 +341,7 @@ Or you can enable this with the ``spark optimize`` command. :ref:`environment variables `. .. note:: - Prior to v4.4.x, uncomment the following code in **public/index.php**:: + In v4.4.x, uncomment the following code in **public/index.php**:: --- a/public/index.php +++ b/public/index.php