@@ -43,6 +43,9 @@ |
||
43 | 43 | $this->environment = new Environment($loader, ['strict_variables' => true]); |
44 | 44 | } |
45 | 45 | |
46 | + /** |
|
47 | + * @return string |
|
48 | + */ |
|
46 | 49 | abstract protected function getTemplate(); |
47 | 50 | |
48 | 51 | protected function getTranslator() |