diff options
author | Vincent Petry <pvince81@owncloud.com> | 2017-03-30 16:08:25 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-08-21 09:59:10 +0200 |
commit | 2cb346114685ded69f5291812503c278298c1bce (patch) | |
tree | ff18f30b777d441dc167d874c61a55a041c23da3 /apps/files_external/lib/AppInfo | |
parent | 6e3b8db98dd00ca0473e1a7d41174ed3dc9c7830 (diff) | |
download | nextcloud-server-2cb346114685ded69f5291812503c278298c1bce.tar.gz nextcloud-server-2cb346114685ded69f5291812503c278298c1bce.zip |
Move GDrive external storage to a separate repo
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_external/lib/AppInfo')
-rw-r--r-- | apps/files_external/lib/AppInfo/Application.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/lib/AppInfo/Application.php b/apps/files_external/lib/AppInfo/Application.php index 468f4e76465..266665a58aa 100644 --- a/apps/files_external/lib/AppInfo/Application.php +++ b/apps/files_external/lib/AppInfo/Application.php @@ -77,7 +77,6 @@ class Application extends App implements IBackendProvider, IAuthMechanismProvide $container->query('OCA\Files_External\Lib\Backend\OwnCloud'), $container->query('OCA\Files_External\Lib\Backend\SFTP'), $container->query('OCA\Files_External\Lib\Backend\AmazonS3'), - $container->query('OCA\Files_External\Lib\Backend\Google'), $container->query('OCA\Files_External\Lib\Backend\Swift'), $container->query('OCA\Files_External\Lib\Backend\SFTP_Key'), $container->query('OCA\Files_External\Lib\Backend\SMB'), |