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:
@@ -33,7 +33,7 @@ class username extends \Twig_Extension
|
||||
public function getFunctions()
|
||||
{
|
||||
return array(
|
||||
new \Twig_SimpleFunction('username', array($this, 'get_username')),
|
||||
new \Twig\TwigFunction('username', array($this, 'get_username')),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user