mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
update namespace
This commit is contained in:
@@ -30,7 +30,7 @@ final class NotifySweetAlertExtension extends Extension implements PrependExtens
|
||||
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());
|
||||
|
||||
Reference in New Issue
Block a user