From 5b6ce0c7d3d37eec6ea8038fafda646f33ee5b64 Mon Sep 17 00:00:00 2001 From: KHOUBZA Younes Date: Thu, 3 Dec 2020 09:15:47 +0100 Subject: [PATCH] update namespace --- DependencyInjection/NotifyPnotifyExtension.php | 2 +- Resources/config/services.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DependencyInjection/NotifyPnotifyExtension.php b/DependencyInjection/NotifyPnotifyExtension.php index 67361f1b..a0f64bf8 100644 --- a/DependencyInjection/NotifyPnotifyExtension.php +++ b/DependencyInjection/NotifyPnotifyExtension.php @@ -30,7 +30,7 @@ final class NotifyPnotifyExtension extends Extension implements PrependExtension public function prepend(ContainerBuilder $container) { if (!$container->hasExtension('notify')) { - throw new \RuntimeException('[Flasher\Symfony\NotifyBundle] is not registered'); + throw new \RuntimeException('[Flasher\SymfonyFlasher\PrimeBundle] is not registered'); } $configs = $container->getExtensionConfig($this->getAlias()); diff --git a/Resources/config/services.yaml b/Resources/config/services.yaml index fd621b02..1aa68016 100644 --- a/Resources/config/services.yaml +++ b/Resources/config/services.yaml @@ -6,11 +6,11 @@ services: - { name: 'notify.producer', alias: 'pnotify' } notify.renderer.pnotify: - class: Flasher\PFlasher\Prime\TestsRenderer\PnotifyRenderer + class: Flasher\PFlasher\Prime\Renderer\PnotifyRenderer arguments: - '@notify.config' tags: - { name: 'notify.renderer', alias: 'pnotify' } Flasher\PFlasher\Prime\TestsProducer\PnotifyProducer: '@notify.producer.pnotify' - Flasher\PFlasher\Prime\TestsRenderer\PnotifyRenderer: '@notify.renderer.pnotify' + Flasher\PFlasher\Prime\Renderer\PnotifyRenderer: '@notify.renderer.pnotify'