Symfony 3.4 AuthorizationChecker not available

49 views Asked by At

I am dealing with some old symfony code, and I have a bundle that needs AuthorizationCheckerInterface. I can see that symfony/security-core is installed but if I check the container I don't see the service:

app/console debug:container | grep "checker"

does not return anything. Is there a way to expose this service? I just need a basic configuration to make the command above return security.authorization_checker and satisfy those dependencies.

0

There are 0 answers