aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/config/configadapter.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-03-10 13:38:48 +0100
committerRobin Appelman <icewind@owncloud.com>2016-03-11 13:15:45 +0100
commita8db587b1f036bba917288372405d8d830faee54 (patch)
tree58de6a57d46dbfcb82feaec1a07efb541c6dd06a /apps/files_external/lib/config/configadapter.php
parent3bd6fc797dd5635f3881f303f3b475af636373a7 (diff)
downloadnextcloud-server-a8db587b1f036bba917288372405d8d830faee54.tar.gz
nextcloud-server-a8db587b1f036bba917288372405d8d830faee54.zip
move failedstorage to core
Diffstat (limited to 'apps/files_external/lib/config/configadapter.php')
-rw-r--r--apps/files_external/lib/config/configadapter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/config/configadapter.php b/apps/files_external/lib/config/configadapter.php
index d85e0f45631..a19a111d3d9 100644
--- a/apps/files_external/lib/config/configadapter.php
+++ b/apps/files_external/lib/config/configadapter.php
@@ -34,7 +34,7 @@ use OCP\IUser;
use OCA\Files_external\Service\UserStoragesService;
use OCA\Files_External\Service\UserGlobalStoragesService;
use OCA\Files_External\Lib\StorageConfig;
-use OCA\Files_External\Lib\FailedStorage;
+use OC\Files\Storage\FailedStorage;
use OCP\Files\StorageNotAvailableException;
/**