Renamed app

This commit is contained in:
2019-01-29 15:17:39 +01:00
parent 344d62d7dd
commit 7c551bd581
19 changed files with 257 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
/**
* Create your routes in here. The name is the lowercase name of the controller
* without the controller part, the stuff after the hash is the method.
* e.g. page#index -> OCA\ApplicationsAutoUpdater\Controller\PageController->index()
* e.g. page#index -> OCA\AppsAutoUpdater\Controller\PageController->index()
*
* The controller class has to be registered in the application.php file since
* it's instantiated in there