mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 21:08:34 +01:00
Update TraceableTwigEnvironment.php
Fixed a typo "origin" to "original"
This commit is contained in:
parent
a2cc7d6983
commit
305332f58f
@ -118,9 +118,9 @@ class TraceableTwigEnvironment extends Twig_Environment
|
||||
return $this->twig->isStrictVariables();
|
||||
}
|
||||
|
||||
public function getCache($origin = true)
|
||||
public function getCache($original = true)
|
||||
{
|
||||
return $this->twig->getCache($origin);
|
||||
return $this->twig->getCache($original);
|
||||
}
|
||||
|
||||
public function setCache($cache)
|
||||
|
Loading…
x
Reference in New Issue
Block a user