mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-26 09:44:26 +02:00
[ticket/16382] Update remaining Twig_ references
PHPBB3-16382
This commit is contained in:
@@ -46,7 +46,7 @@ class config extends \Twig_Extension
|
||||
public function getFunctions()
|
||||
{
|
||||
return array(
|
||||
new \Twig_SimpleFunction('config', array($this, 'get_config')),
|
||||
new \Twig\TwigFunction('config', array($this, 'get_config')),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user