update namespace

This commit is contained in:
KHOUBZA Younes
2020-12-03 09:15:47 +01:00
parent 30fb4672f1
commit e845b33608
@@ -30,7 +30,7 @@ final class NotifyToastrExtension extends Extension implements PrependExtensionI
public function prepend(ContainerBuilder $container) public function prepend(ContainerBuilder $container)
{ {
if (!$container->hasExtension('notify')) { 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()); $configs = $container->getExtensionConfig($this->getAlias());