mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/11667] includeasset should be abstract
PHPBB3-11667
This commit is contained in:
@@ -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 */
|
/** @var Twig_Environment */
|
||||||
protected $environment;
|
protected $environment;
|
||||||
|
Reference in New Issue
Block a user