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