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:
Julie Lenaerts 2024-06-14 17:27:22 +02:00
parent d9e37d0958
commit e9a9262fae

View File

@ -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)