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 b3fca93 commit 296b785Copy full SHA for 296b785
user_guide_src/source/general/configuration.rst
@@ -200,7 +200,7 @@ change it to an array if the value of the defined property is a scalar.
200
For example, you cannot just put ``app.myNewConfig = foo`` in your **.env** and
201
expect your ``Config\App`` to magically have that property and value at run time.
202
203
-When you have the property ``$default = ['encrypt' => false]`` in your
+When you have the property ``$default = ['encrypt' => false]`` in your
204
``Config\Database``, you cannot change the ``encrypt`` value to an array even if
205
you put ``database.default.encrypt.ssl_verify = true`` in your **.env**.
206
0 commit comments