mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Make app in path lowercase
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
committed by
GitHub
parent
78502dba12
commit
bc9de46f6b
@@ -20,7 +20,7 @@ to register any services or run some code for every request.
|
||||
|
||||
|
||||
Nextcloud will try to autoload the class from the namespace ``\OCA\<App namespace>\AppInfo\Application``, like
|
||||
``\OCA\MyApp\AppInfo\Application``, where *MyApp* would be the name of your app. The file will therefore have the location ``MyApp/lib/AppInfo/Application.php``.
|
||||
``\OCA\MyApp\AppInfo\Application``, where *MyApp* would be the name of your app. The file will therefore have the location ``myapp/lib/AppInfo/Application.php``.
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user