Skip to content

Commit 0d5a26f

Browse files
committed
docs: fix out-of-dated description on App namespace
1 parent 536dab6 commit 0d5a26f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

user_guide_src/source/concepts/autoloader.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ have a trailing slash.
6060

6161
> php spark namespaces
6262

63-
By default, the application folder is namespace to the ``App`` namespace. While you are not forced to namespace the controllers,
64-
libraries, or models in the application directory, if you do, they will be found under the ``App`` namespace.
63+
By default, the application folder is namespace to the ``App`` namespace. You must namespace the controllers,
64+
libraries, or models in the application directory, and they will be found under the ``App`` namespace.
65+
6566
You may change this namespace by editing the **app/Config/Constants.php** file and setting the
6667
new namespace value under the ``APP_NAMESPACE`` setting:
6768

0 commit comments

Comments
 (0)