diff options
author | Robin Appelman <icewind@owncloud.com> | 2016-03-10 13:38:48 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2016-03-11 13:15:45 +0100 |
commit | a8db587b1f036bba917288372405d8d830faee54 (patch) | |
tree | 58de6a57d46dbfcb82feaec1a07efb541c6dd06a /apps/files_external/lib/config/configadapter.php | |
parent | 3bd6fc797dd5635f3881f303f3b475af636373a7 (diff) | |
download | nextcloud-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.php | 2 |
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; /** |