update namespace

This commit is contained in:
KHOUBZA Younes
2020-12-03 09:15:47 +01:00
parent 9db6e68616
commit 90c866effc
+1 -1
View File
@@ -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());