We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db61591 commit 1132917Copy full SHA for 1132917
DependencyInjection/Compiler/AddSecurityVotersPass.php
@@ -45,6 +45,6 @@ public function process(ContainerBuilder $container)
45
throw new LogicException('No security voters found. You need to tag at least one with "security.voter"');
46
}
47
48
- $container->getDefinition('security.access.decision_manager')->addMethodCall('setVoters', array(array_values($voters)));
+ $container->getDefinition('security.access.decision_manager')->addMethodCall('setVoters', array(array_values($voters)));
49
50
0 commit comments