nextcloud/lib/filesystemview.php

10 lines
245 B
PHP
Raw Normal View History

<?php
2012-01-20 03:40:52 +04:00
/**
* 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 {}