mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +01:00
Merge pull request #234 from cloudjibao/master
Updated the getCache method
This commit is contained in:
commit
70cb7a301e
@ -118,9 +118,9 @@ class TraceableTwigEnvironment extends Twig_Environment
|
||||
return $this->twig->isStrictVariables();
|
||||
}
|
||||
|
||||
public function getCache()
|
||||
public function getCache($original = true)
|
||||
{
|
||||
return $this->twig->getCache();
|
||||
return $this->twig->getCache($original);
|
||||
}
|
||||
|
||||
public function setCache($cache)
|
||||
|
Loading…
x
Reference in New Issue
Block a user