move storage wrappers to their own namespace

This commit is contained in:
Robin Appelman 2013-06-28 15:34:25 +02:00
parent 94ca576c9a
commit 125f9f4221
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
namespace OC\Files\Storage;
namespace OC\Files\Storage\Wrapper;
class Wrapper implements Storage {
/**