mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-02 21:46:48 +00:00
fix Twig_Function_Node extending wrong class
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* @package twig
|
||||
* @author Fabien Potencier <fabien@symfony.com>
|
||||
*/
|
||||
class Twig_Function_Node extends Twig_Filter
|
||||
class Twig_Function_Node extends Twig_Function
|
||||
{
|
||||
protected $class;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user