summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2015-03-21 20:12:55 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2015-08-10 10:45:16 +0200
commite84cffc063d508f8984909ba3e744eff970ecb88 (patch)
tree07bc4621077f256e3cb28748edab533791201a08 /apps/files_external/appinfo
parent7e6a2b71fd80fedabc64d10bee5ba0edc0b19cf0 (diff)
downloadnextcloud-server-e84cffc063d508f8984909ba3e744eff970ecb88.tar.gz
nextcloud-server-e84cffc063d508f8984909ba3e744eff970ecb88.zip
Moved core apps to the capabilities manager
* Files * Files_Sharing * Files_Trashbin * Files_Versions
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r--apps/files_external/appinfo/application.php2
-rw-r--r--apps/files_external/appinfo/routes.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/appinfo/application.php b/apps/files_external/appinfo/application.php
index 62d4d142ba6..d77a302466c 100644
--- a/apps/files_external/appinfo/application.php
+++ b/apps/files_external/appinfo/application.php
@@ -21,7 +21,7 @@
*
*/
-namespace OCA\Files_External\Appinfo;
+namespace OCA\Files_External\AppInfo;
use \OCA\Files_External\Controller\AjaxController;
use \OCP\AppFramework\App;
diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php
index 97eb1353b1e..bc4b0e98c91 100644
--- a/apps/files_external/appinfo/routes.php
+++ b/apps/files_external/appinfo/routes.php
@@ -23,7 +23,7 @@
*
*/
-namespace OCA\Files_External\Appinfo;
+namespace OCA\Files_External\AppInfo;
/**
* @var $this \OC\Route\Router