name: Raw database migration
migrations_directory: "../../DoctrineMigrations/raw/main"
migrations_namespace: Application\Migrations
table_name: migration_versionsmonolog:
channels: ["main", "search"]
handlers: ...app.send.notification:
class: AppBundle\Helper\Notification
arguments:
service: ["@templating"]public function __construct($templating) { //Класс по-моему Twig_Engine, могу ошибаться
$this->templating = $templating;
}$this->templating->render(...);