You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
After I write my own AccessDecisionManager and extend it from the security bundle's Symfony\Component\Security\Core\Authorization\AccessDecisionManager, all voters logic were not working anymore. What I expect is to get $voters array as the first argument of __construct like the parent AccessDecisionManager.
How to reproduce
Make your Own AccessDecisionManager and add it to security.yaml :