We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5a26f commit 5ecf70dCopy full SHA for 5ecf70d
1 file changed
user_guide_src/source/concepts/autoloader.rst
@@ -47,7 +47,7 @@ Namespaces
47
48
The recommended method for organizing your classes is to create one or more namespaces for your
49
application's files. This is most important for any business-logic related classes, entity classes,
50
-etc. The ``psr4`` array in the configuration file allows you to map the namespace to the directory
+etc. The ``$psr4`` array in the configuration file allows you to map the namespace to the directory
51
those classes can be found in:
52
53
.. literalinclude:: autoloader/001.php
0 commit comments