Renamed __toString() to getName()
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user