]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Cache/ProfilerCache.php
Merge remote-tracking branch 'upstream/develop' into aria
[friendica.git] / src / Core / Cache / ProfilerCache.php
index d2b0092a8856eb659c961aa32a1e723385d48f96..d59b885609d6947766c8fceb216dd8d8cfd49df6 100644 (file)
@@ -152,8 +152,11 @@ class ProfilerCache implements ICache, IMemoryCache
                }
        }
 
-       public function __toString()
+       /**
+        * {@inheritDoc}
+        */
+       public function GetName()
        {
-               return (string)$this->cache . ' (with profiler)';
+               return $this->cache->getName() . ' (with profiler)';
        }
 }