Skip to content

Commit

Permalink
Merge pull request #8888 from kenjis/docs-autoloader.rst
Browse files Browse the repository at this point in the history
docs: fix text decoration in autoloader.rst
  • Loading branch information
kenjis committed May 13, 2024
2 parents 304e806 + 6c4eec2 commit 901342f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/concepts/autoloader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The key of each row is the namespace itself. This does not need a trailing back
The value is the location to the directory the classes can be found in.

By default, the namespace ``App`` is located in the **app** directory, and the
namespace ``Config`` is located in the ``app/Config`` directory.
namespace ``Config`` is located in the **app/Config** directory.

If you create class files in the locations and according to `PSR-4`_, the autoloader
will autoload them.
Expand Down

0 comments on commit 901342f

Please sign in to comment.