mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +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
a0fead48e1
commit
aaac80be84
@ -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