diff --git a/developer_manual/digging_deeper/classloader.rst b/developer_manual/digging_deeper/classloader.rst index 540e0a47a..2f263c32d 100644 --- a/developer_manual/digging_deeper/classloader.rst +++ b/developer_manual/digging_deeper/classloader.rst @@ -10,7 +10,7 @@ The classloader is provided by Nextcloud and loads all your classes automaticall PSR-4 autoloading ----------------- -Nextcloud uses a :ref:`PSR-0 autoloader`. The namespace **\\OCA\\MyApp** +Nextcloud uses a :ref:`PSR-4 autoloader`. The namespace **\\OCA\\MyApp** is mapped to :file:`/apps/myapp/lib/`. Afterwards normal PSR-4 rules apply, so a folder is a namespace section in the same casing and the class name matches the file name.