diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-08 08:57:29 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-08 09:01:02 +0200 |
commit | 38001d824b142ca9c47f2afafce91ab8b76f1a9a (patch) | |
tree | f1abdf50c42874a1ef847ead0fe9d89c2446451f /apps/files_sharing/api | |
parent | 59f37a8dfbc27242bb0ad50731f8ae20b1ad938c (diff) | |
download | nextcloud-server-38001d824b142ca9c47f2afafce91ab8b76f1a9a.tar.gz nextcloud-server-38001d824b142ca9c47f2afafce91ab8b76f1a9a.zip |
Move interfaces to private until they are no longer experimental
Diffstat (limited to 'apps/files_sharing/api')
-rw-r--r-- | apps/files_sharing/api/remote.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/api/remote.php b/apps/files_sharing/api/remote.php index 404787c3895..0f6d2dc265a 100644 --- a/apps/files_sharing/api/remote.php +++ b/apps/files_sharing/api/remote.php @@ -23,7 +23,6 @@ namespace OCA\Files_Sharing\API; use OC\Files\Filesystem; use OCA\Files_Sharing\External\Manager; -use OCP\Notification\IManager; class Remote { |