summaryrefslogtreecommitdiffstats
path: root/lib/files
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-06-28 15:34:25 +0200
committerRobin Appelman <icewind@owncloud.com>2013-06-28 15:34:25 +0200
commit125f9f4221d4c9c1d4ae653758f2bfa6b92ed9c1 (patch)
treeb3c82e11ef38924dd0a3aa02b1291e9f1efd3465 /lib/files
parent94ca576c9ac30b7e5878c108a5efe2cad16faa94 (diff)
downloadnextcloud-server-125f9f4221d4c9c1d4ae653758f2bfa6b92ed9c1.tar.gz
nextcloud-server-125f9f4221d4c9c1d4ae653758f2bfa6b92ed9c1.zip
move storage wrappers to their own namespace
Diffstat (limited to 'lib/files')
-rw-r--r--lib/files/storage/wrapper/wrapper.php (renamed from lib/files/storage/wrapper.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/storage/wrapper.php b/lib/files/storage/wrapper/wrapper.php
index 78892a564c4..802c8ea0492 100644
--- a/lib/files/storage/wrapper.php
+++ b/lib/files/storage/wrapper/wrapper.php
@@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
-namespace OC\Files\Storage;
+namespace OC\Files\Storage\Wrapper;
class Wrapper implements Storage {
/**