OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackend

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2017-03-27 19:15:51 +02:00
parent b887adf386
commit 242bb746b9
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
*
*/
namespace OCA\DAV\Files;
namespace OCA\DAV\DAV;
use OCP\IDBConnection;
use OCP\IUser;

View File

@ -42,9 +42,9 @@ use OCA\DAV\Connector\Sabre\FilesPlugin;
use OCA\DAV\Connector\Sabre\FilesReportPlugin;
use OCA\DAV\Connector\Sabre\SharesPlugin;
use OCA\DAV\DAV\PublicAuth;
use OCA\DAV\DAV\CustomPropertiesBackend;
use OCA\DAV\Connector\Sabre\QuotaPlugin;
use OCA\DAV\Files\BrowserErrorPagePlugin;
use OCA\DAV\Files\CustomPropertiesBackend;
use OCA\DAV\SystemTag\SystemTagPlugin;
use OCP\IRequest;
use OCP\SabrePluginEvent;

View File

@ -20,9 +20,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
namespace OCA\DAV\Tests\Files;
namespace OCA\DAV\Tests\DAV;
use OCA\DAV\Files\CustomPropertiesBackend;
use OCA\DAV\DAV\CustomPropertiesBackend;
use OCP\IDBConnection;
use OCP\IUser;
use Sabre\DAV\PropFind;