diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-06-28 15:34:25 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-06-28 15:34:25 +0200 |
commit | 125f9f4221d4c9c1d4ae653758f2bfa6b92ed9c1 (patch) | |
tree | b3c82e11ef38924dd0a3aa02b1291e9f1efd3465 /lib/files | |
parent | 94ca576c9ac30b7e5878c108a5efe2cad16faa94 (diff) | |
download | nextcloud-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 { /** |