Avoid creation of services/notification.yaml

This commit is contained in:
Marc Ducobu 2021-07-22 18:15:57 +02:00
parent 50a4df3d0f
commit 0fd9485de5
3 changed files with 9 additions and 9 deletions

View File

@ -55,7 +55,6 @@ class ChillActivityExtension extends Extension implements PrependExtensionInterf
$loader->load('services/controller.yaml');
$loader->load('services/form.yaml');
$loader->load('services/templating.yaml');
$loader->load('services/notification.yaml');
}
public function prepend(ContainerBuilder $container)

View File

@ -33,3 +33,8 @@ services:
autoconfigure: true
resource: '../Menu/'
tags: ['chill.menu_builder']
Chill\ActivityBundle\Notification\:
autowire: true
autoconfigure: true
resource: '../Notification'

View File

@ -1,4 +0,0 @@
services:
Chill\ActivityBundle\Notification\ActivityNotificationRenderer:
autoconfigure: true
autowire: true