1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/16382] Update Twig_Node

PHPBB3-16382
This commit is contained in:
mrgoldy
2020-02-27 16:48:21 +01:00
parent 884f48faf6
commit 90c15aeebc
13 changed files with 15 additions and 15 deletions

View File

@@ -13,7 +13,7 @@
namespace phpbb\template\twig\node;
class includenode extends \Twig_Node_Include
class includenode extends \Twig\Node\IncludeNode
{
/**
* Compiles the node to PHP.