Rename voter.yaml file to security.yaml

For consistency with other bundles voters are\
registered under the security.yaml file.
This commit is contained in:
Julie Lenaerts 2024-06-19 10:02:25 +02:00
parent 04a48f22ad
commit e015f71bb0
2 changed files with 1 additions and 1 deletions

View File

@ -42,7 +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');
$loader->load('services/security.yaml');
}
public function prepend(ContainerBuilder $container)