mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 17:28:56 +00:00
[ticket/11667] includeasset should be abstract
PHPBB3-11667
This commit is contained in:
parent
e9eeff8b38
commit
1d55709e13
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue