We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 304e806 + 6c4eec2 commit 901342fCopy full SHA for 901342f
1 file changed
user_guide_src/source/concepts/autoloader.rst
@@ -62,7 +62,7 @@ The key of each row is the namespace itself. This does not need a trailing back
62
The value is the location to the directory the classes can be found in.
63
64
By default, the namespace ``App`` is located in the **app** directory, and the
65
-namespace ``Config`` is located in the ``app/Config`` directory.
+namespace ``Config`` is located in the **app/Config** directory.
66
67
If you create class files in the locations and according to `PSR-4`_, the autoloader
68
will autoload them.
0 commit comments