![symfony](https://habrastorage.org/r/w120/webt/5b/16/c4/5b16c4dff1368348368444.png)
Symfony
7
Вклад в тег
app.send.notification:
class: AppBundle\Helper\Notification
arguments:
service: ["@templating"]
public function __construct($templating) { //Класс по-моему Twig_Engine, могу ошибаться
$this->templating = $templating;
}
$this->templating->render(...);