Make app in path lowercase

Co-authored-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
PanCakeConnaisseur 2020-10-15 15:29:55 +02:00 committed by GitHub
parent 78502dba12
commit bc9de46f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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