1 | <?php |
||
4 | class __TwigTemplate_171da130139d640faff447a21ec7a6e817cf9e36962bd12541f247c91175573d extends Twig_Template |
||
|
|||
5 | { |
||
6 | public function __construct(Twig_Environment $env) |
||
16 | |||
17 | protected function doGetParent(array $context) |
||
21 | |||
22 | protected function doDisplay(array $context, array $blocks = array()) |
||
26 | |||
27 | // line 3 |
||
28 | public function block_content($context, array $blocks = array()) |
||
36 | |||
37 | public function getTemplateName() |
||
41 | |||
42 | public function isTraitable() |
||
46 | |||
47 | public function getDebugInfo() |
||
51 | |||
52 | /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ |
||
53 | public function getSource() |
||
59 | |||
60 | public function getSourceContext() |
||
70 | } |
||
71 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.