mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: fix out-of-dated description on App namespace
This commit is contained in:
parent
536dab62c0
commit
0d5a26f27d
@ -60,8 +60,9 @@ have a trailing slash.
|
||||
|
||||
> php spark namespaces
|
||||
|
||||
By default, the application folder is namespace to the ``App`` namespace. While you are not forced to namespace the controllers,
|
||||
libraries, or models in the application directory, if you do, they will be found under the ``App`` namespace.
|
||||
By default, the application folder is namespace to the ``App`` namespace. You must namespace the controllers,
|
||||
libraries, or models in the application directory, and they will be found under the ``App`` namespace.
|
||||
|
||||
You may change this namespace by editing the **app/Config/Constants.php** file and setting the
|
||||
new namespace value under the ``APP_NAMESPACE`` setting:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user