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
minor #1794 make the exception controller service public (xabbuh)
This PR was merged into the 2.2-dev branch.
Discussion
----------
make the exception controller service public
With Symfony 4.0+, services will be private by default if not configured
differently. A controller that is registered as a service must be public
to allow the resolver to properly retrieve the controller from the
service container.
Commits
-------
4f5f9c1 make the exception controller service public
0 commit comments