You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
update namespace
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user