We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf314b commit 60aa8e3Copy full SHA for 60aa8e3
user_guide_src/source/concepts/factories.rst
@@ -334,14 +334,14 @@ Set the following property to ``true`` in **app/Config/Optimize.php**::
334
335
public bool $configCacheEnabled = true;
336
337
-Since v4.5.0, you can enable this with the ``spark optimize`` command.
+Or you can enable this with the ``spark optimize`` command.
338
339
.. note::
340
This property cannot be overridden by
341
:ref:`environment variables <configuration-classes-and-environment-variables>`.
342
343
344
- Prior to v4.5.0, uncomment the following code in **public/index.php**::
+ Prior to v4.4.x, uncomment the following code in **public/index.php**::
345
346
--- a/public/index.php
347
+++ b/public/index.php
0 commit comments