mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
Renamed __toString() to getName()
This commit is contained in:
parent
d2211bd6dd
commit
3834d5e129
10 changed files with 37 additions and 16 deletions
|
@ -153,7 +153,10 @@ class APCuCache extends Cache implements IMemoryCache
|
|||
return true;
|
||||
}
|
||||
|
||||
public function __toString()
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
return self::TYPE_APCU;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue