diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-03-05 17:31:35 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-03-11 15:07:59 +0100 |
commit | 169031d1c5f0fbd3249e5a569b035a39be5a779d (patch) | |
tree | 7562aab176111f493fc76b2bf9b2bece5a3d442b /lib | |
parent | e1f2a6df94af29864778a3ac286887ba51f19b04 (diff) | |
download | nextcloud-server-169031d1c5f0fbd3249e5a569b035a39be5a779d.tar.gz nextcloud-server-169031d1c5f0fbd3249e5a569b035a39be5a779d.zip |
fix factory test
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/files/storage/storagefactory.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/files/storage/storagefactory.php b/lib/private/files/storage/storagefactory.php index b43a6f737c0..51972791290 100644 --- a/lib/private/files/storage/storagefactory.php +++ b/lib/private/files/storage/storagefactory.php @@ -8,7 +8,6 @@ namespace OC\Files\Storage; -use OCP\Files\Config\IMountProviderCollection; use OCP\Files\Mount\IMountPoint; use OCP\Files\Storage\IStorageFactory; |