| 1 | <?php |
||
| 4 | class __TwigTemplate_b756a6182a6b7c10c49cbe58c9faadb226e31c81ea638511ea0c08c3b4cac407 extends Twig_Template |
||
|
|
|||
| 5 | { |
||
| 6 | public function __construct(Twig_Environment $env) |
||
| 15 | |||
| 16 | protected function doDisplay(array $context, array $blocks = array()) |
||
| 21 | |||
| 22 | public function getTemplateName() |
||
| 26 | |||
| 27 | public function isTraitable() |
||
| 31 | |||
| 32 | public function getDebugInfo() |
||
| 36 | |||
| 37 | /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ |
||
| 38 | public function getSource() |
||
| 44 | |||
| 45 | public function getSourceContext() |
||
| 49 | } |
||
| 50 |
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.