aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
diff options
context:
space:
mode:
authorRobin McCorkell <robin@mccorkell.me.uk>2016-04-14 00:49:47 +0100
committerRobin McCorkell <robin@mccorkell.me.uk>2016-04-14 00:49:47 +0100
commit9a78cac2eb63c81372e4ff4b9966d34ca160634b (patch)
treed676555513b40bd886ffaa816005098949db5d2f /apps/files_external/lib
parent4717605d22f5f60e887b5584e8da25b8ef69cdf4 (diff)
downloadnextcloud-server-9a78cac2eb63c81372e4ff4b9966d34ca160634b.tar.gz
nextcloud-server-9a78cac2eb63c81372e4ff4b9966d34ca160634b.zip
Fix OCA\Files\External\Api namespace
Diffstat (limited to 'apps/files_external/lib')
-rw-r--r--apps/files_external/lib/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/api.php b/apps/files_external/lib/api.php
index 50a2f38c65b..589317dcf98 100644
--- a/apps/files_external/lib/api.php
+++ b/apps/files_external/lib/api.php
@@ -23,7 +23,7 @@
*
*/
-namespace OCA\Files\External;
+namespace OCA\Files_External\Lib;
class Api {