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
When omitting alias for an resolver would implicitly set the alias to be equal the service class name, combined with this feature request, a lot of boilerplate configuration could be saved using a bundle like DunglasActionBundle. You would not need to configure any resolver services at all, as long as you implement a single resolve function per class (__invoke).