We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e3a13 commit e9cfa97Copy full SHA for e9cfa97
1 file changed
user_guide_src/source/installation/upgrade_configuration.rst
@@ -32,7 +32,7 @@ Upgrade Guide
32
from the CI3 config into the new CI4 config class as public class properties.
33
4. Now, you have to change the config fetching syntax everywhere you fetch config
34
values. The CI3 syntax is something like ``$this->config->item('item_name');``.
35
- You have to change this into ``config('MyConfigFile')->item_name;``.
+ You have to change this into ``config('MyConfig')->item_name;``.
36
37
Code Example
38
============
0 commit comments