mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Renamed __toString() to getName()
This commit is contained in:
parent
d2211bd6dd
commit
3834d5e129
10 changed files with 37 additions and 16 deletions
|
@ -87,7 +87,7 @@ HELP;
|
|||
}
|
||||
|
||||
if ($this->getOption('v')) {
|
||||
$this->out('Cache Driver Name: ' . (string)$this->cache);
|
||||
$this->out('Cache Driver Name: ' . $this->cache->getName());
|
||||
$this->out('Cache Driver Class: ' . get_class($this->cache));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue