masterkaos
Results
2
issues of
masterkaos
If I have the following controller action setup ``` /** * @Securty("is_granted('USER_MANAGE', user)") */ public function indexAction(User $user) { } ``` The authenticated user will be passed into the voter...