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
Fix access of private router service since Symfony 3.4 (#404)
Services are private by default since Symfony 3.4. Since the router service is still directly accesses in various places it needs to be explicitly marked as `public` to prevent deprecations in Symfony 3.4 and errors in Symfony 4.0.
0 commit comments