From 4979c3cfced707dace67c846939acd39765173e1 Mon Sep 17 00:00:00 2001 From: KHOUBZA Younes Date: Thu, 3 Dec 2020 09:15:47 +0100 Subject: [PATCH] update namespace --- Resources/config/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/config/services.yaml b/Resources/config/services.yaml index 2c55bad9..f6bf8abb 100644 --- a/Resources/config/services.yaml +++ b/Resources/config/services.yaml @@ -61,7 +61,7 @@ services: - { name: 'notify.presenter', alias: 'json' } notify.twig_extension: - class: Flasher\Symfony\Twig\NotifyTwigExtension + class: Flasher\Symfony\TwigFlasher\PrimeTwigExtension arguments: - '@notify.presenter.html' public: false