Skip to content

Commit

Permalink
Merge pull request #9182 from ddevsr/docs-factories
Browse files Browse the repository at this point in the history
docs: improve Factories
  • Loading branch information
kenjis committed Sep 19, 2024
2 parents caf314b + b1d044e commit 153922e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/concepts/factories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -334,14 +334,14 @@ Set the following property to ``true`` in **app/Config/Optimize.php**::

public bool $configCacheEnabled = true;

Since v4.5.0, you can enable this with the ``spark optimize`` command.
Or you can enable this with the ``spark optimize`` command.

.. note::
This property cannot be overridden by
:ref:`environment variables <configuration-classes-and-environment-variables>`.

.. note::
Prior to v4.5.0, 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
Expand Down

0 comments on commit 153922e

Please sign in to comment.