Add legacy wrapper

This commit is contained in:
Thomas Tanghus 2013-09-17 18:02:37 +02:00
parent fe86182dac
commit 1a13062701
1 changed files with 10 additions and 0 deletions

10
lib/legacy/cache.php Normal file
View File

@ -0,0 +1,10 @@
<?php
/**
* Copyright (c) 2013 Thomas Tanghus (thomas@tanghus.net)
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
*/
class Cache extends OC\Cache {
}