mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
Avoid creation of services/notification.yaml
This commit is contained in:
parent
50a4df3d0f
commit
0fd9485de5
@ -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)
|
||||
|
@ -33,3 +33,8 @@ services:
|
||||
autoconfigure: true
|
||||
resource: '../Menu/'
|
||||
tags: ['chill.menu_builder']
|
||||
|
||||
Chill\ActivityBundle\Notification\:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
resource: '../Notification'
|
||||
|
@ -1,4 +0,0 @@
|
||||
services:
|
||||
Chill\ActivityBundle\Notification\ActivityNotificationRenderer:
|
||||
autoconfigure: true
|
||||
autowire: true
|
Loading…
x
Reference in New Issue
Block a user