summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/info.xml
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-17 10:31:50 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 14:59:59 +0200
commit5001036fd49cecdf1dcda1b4aed0be1b24d18c24 (patch)
tree47fd3d8ad8a60361603fd2f00dc2e26ce843ca7c /apps/files_sharing/appinfo/info.xml
parentc5ade48c042fc8d5a2a5e3a3c62854e78711eee1 (diff)
downloadnextcloud-server-5001036fd49cecdf1dcda1b4aed0be1b24d18c24.tar.gz
nextcloud-server-5001036fd49cecdf1dcda1b4aed0be1b24d18c24.zip
Move classes from outside lib/ to PSR-4
Diffstat (limited to 'apps/files_sharing/appinfo/info.xml')
-rw-r--r--apps/files_sharing/appinfo/info.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index 7e49e267275..f6e3053961f 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -21,6 +21,8 @@ Turning the feature off removes shared files and folders on the server for all s
<files>public.php</files>
</public>
+ <namespace>Files_Sharing</namespace>
+
<background-jobs>
<job>OCA\Files_sharing\Lib\DeleteOrphanedSharesJob</job>
<job>OCA\Files_sharing\ExpireSharesJob</job>