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