update namespace

This commit is contained in:
KHOUBZA Younes
2020-12-03 09:15:47 +01:00
parent b2a780ae4a
commit 977ee004a7
@@ -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());