From ab264c7f4114ecb815699933333141722ebbcbea Mon Sep 17 00:00:00 2001 From: KHOUBZA Younes Date: Thu, 3 Dec 2020 09:15:47 +0100 Subject: [PATCH] update namespace --- DependencyInjection/NotifySweetAlertExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DependencyInjection/NotifySweetAlertExtension.php b/DependencyInjection/NotifySweetAlertExtension.php index 7f7a35f5..65717729 100644 --- a/DependencyInjection/NotifySweetAlertExtension.php +++ b/DependencyInjection/NotifySweetAlertExtension.php @@ -30,7 +30,7 @@ final class NotifySweetAlertExtension extends Extension implements PrependExtens 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());