update namespace

This commit is contained in:
KHOUBZA Younes
2020-12-03 09:15:47 +01:00
parent ab48dce68a
commit 5b6ce0c7d3
2 changed files with 3 additions and 3 deletions
@@ -30,7 +30,7 @@ final class NotifyPnotifyExtension extends Extension implements PrependExtension
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());
+2 -2
View File
@@ -6,11 +6,11 @@ services:
- { name: 'notify.producer', alias: 'pnotify' }
notify.renderer.pnotify:
class: Flasher\PFlasher\Prime\TestsRenderer\PnotifyRenderer
class: Flasher\PFlasher\Prime\Renderer\PnotifyRenderer
arguments:
- '@notify.config'
tags:
- { name: 'notify.renderer', alias: 'pnotify' }
Flasher\PFlasher\Prime\TestsProducer\PnotifyProducer: '@notify.producer.pnotify'
Flasher\PFlasher\Prime\TestsRenderer\PnotifyRenderer: '@notify.renderer.pnotify'
Flasher\PFlasher\Prime\Renderer\PnotifyRenderer: '@notify.renderer.pnotify'