1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 23:37:39 +02:00

[ticket/11667] includeasset should be abstract

PHPBB3-11667
This commit is contained in:
Nathaniel Guse
2013-07-12 12:56:00 -05:00
parent e9eeff8b38
commit 1d55709e13

View File

@@ -7,7 +7,7 @@
*
*/
class phpbb_template_twig_node_includeasset extends Twig_Node
abstract class phpbb_template_twig_node_includeasset extends Twig_Node
{
/** @var Twig_Environment */
protected $environment;