move storage wrappers to their own namespace
This commit is contained in:
parent
94ca576c9a
commit
125f9f4221
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
* See the COPYING-README file.
|
||||
*/
|
||||
|
||||
namespace OC\Files\Storage;
|
||||
namespace OC\Files\Storage\Wrapper;
|
||||
|
||||
class Wrapper implements Storage {
|
||||
/**
|
Loading…
Reference in a new issue