Dev App Config fix verb "to cast"

This commit is contained in:
Phil Davis
2015-08-08 18:40:09 +05:45
parent 10aed2f07c
commit d8782f3edd

View File

@@ -4,7 +4,7 @@ Configuration
.. sectionauthor:: Bernhard Posselt <dev@bernhard-posselt.com>
The config that allows the app to set global, app and user settings can be injected from the ServerContainer. All values are saved as strings and must be casted to the correct value.
The config that allows the app to set global, app and user settings can be injected from the ServerContainer. All values are saved as strings and must be cast to the correct value.
.. code-block:: php