mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
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:
parent
04a48f22ad
commit
e015f71bb0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user