1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-29 11:17:52 +01:00

Removed invalid call that shouldn't be used anyway

Is intended for testing only anyway
This commit is contained in:
Andy Miller 2014-10-26 19:01:52 -06:00
parent 99367576c6
commit 6af2ea4731

View File

@ -118,9 +118,4 @@ class TraceableTwigTemplate implements Twig_TemplateInterface
return ob_get_clean();
}
public static function clearCache()
{
$this->template->clearCache();
}
}