We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd95faf commit 9ed4900Copy full SHA for 9ed4900
1 file changed
user_guide_src/source/concepts/autoloader.rst
@@ -59,7 +59,7 @@ The value is the location to the directory the classes can be found in.
59
60
> php spark namespaces
61
62
-By default, the application folder is namespace to the ``App`` namespace. You must namespace the controllers,
+By default, the application directory is namespace to the ``App`` namespace. You must namespace the controllers,
63
libraries, or models in the application directory, and they will be found under the ``App`` namespace.
64
65
You may change this namespace by editing the **app/Config/Constants.php** file and setting the
0 commit comments