2 parents cf09605 + 744c3a1 commit fdf9c2eCopy full SHA for fdf9c2e
1 file changed
developer_manual/digging_deeper/classloader.rst
@@ -10,7 +10,7 @@ The classloader is provided by Nextcloud and loads all your classes automaticall
10
PSR-4 autoloading
11
-----------------
12
13
-Nextcloud uses a :ref:`PSR-0 autoloader<psr4>`. The namespace **\\OCA\\MyApp**
+Nextcloud uses a :ref:`PSR-4 autoloader<psr4>`. The namespace **\\OCA\\MyApp**
14
is mapped to :file:`/apps/myapp/lib/`. Afterwards normal PSR-4 rules apply, so
15
a folder is a namespace section in the same casing and the class name matches
16
the file name.
0 commit comments