add OC_FilesystemView alias for compatibility
This commit is contained in:
parent
f94d62380f
commit
5569f07e8d
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Copyright (c) 2012 Robin Appelman <icewind@owncloud.com>
|
||||||
|
* This file is licensed under the Affero General Public License version 3 or
|
||||||
|
* later.
|
||||||
|
* See the COPYING-README file. */
|
||||||
|
|
||||||
|
class OC_FilesystemView extends \OC\Files\View {}
|
Loading…
Reference in New Issue