mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
AbstractCacheDriver now working for each CacheDriver
This commit is contained in:
parent
34cea93a8b
commit
749b167fd9
6 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ use Friendica\Util\DateTimeFormat;
|
|||
*
|
||||
* @author Hypolite Petovan <mrpetovan@gmail.com>
|
||||
*/
|
||||
class DatabaseCacheDriver implements ICacheDriver
|
||||
class DatabaseCacheDriver extends AbstractCacheDriver implements ICacheDriver
|
||||
{
|
||||
public function get($key)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue