mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Add config voter.yaml
The voter.yaml was not configured to be taken into account. Now added\ to ChillDocStoreExtension.php
This commit is contained in:
parent
d9e37d0958
commit
e9a9262fae
@ -42,6 +42,7 @@ class ChillDocStoreExtension extends Extension implements PrependExtensionInterf
|
||||
$loader->load('services/fixtures.yaml');
|
||||
$loader->load('services/form.yaml');
|
||||
$loader->load('services/templating.yaml');
|
||||
$loader->load('services/voter.yaml');
|
||||
}
|
||||
|
||||
public function prepend(ContainerBuilder $container)
|
||||
|
Loading…
x
Reference in New Issue
Block a user