Skip to content

Commit 4316498

Browse files
committed
docs: remove incorrect description
`APPPATH . 'Config'` does not have a trailing back slash.
1 parent e7fe68e commit 4316498

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

user_guide_src/source/concepts/autoloader.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ those classes can be found in:
5353
.. literalinclude:: autoloader/001.php
5454

5555
The key of each row is the namespace itself. This does not need a trailing back slash.
56-
The value is the location to the directory the classes can be found in. They should
57-
have a trailing slash.
56+
The value is the location to the directory the classes can be found in.
5857

5958
.. note:: You can check the namespace configuration by ``spark namespaces`` command::
6059

0 commit comments

Comments
 (0)