Add legacy wrapper
This commit is contained in:
parent
fe86182dac
commit
1a13062701
1 changed files with 10 additions and 0 deletions
10
lib/legacy/cache.php
Normal file
10
lib/legacy/cache.php
Normal 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 {
|
||||
}
|
Loading…
Reference in a new issue