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
bug #7101 Allow decoration of AdminContextFactory (ogrosse)
This PR was squashed before being merged into the 4.x branch.
Discussion
----------
Allow decoration of AdminContextFactory
Allow the decoration of EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator
When you decorate this class, you have an error because the AdminContextFactory construct need exactly this class and didn't expect the interface instead.
This MR replace with the interface, now it's possible to give a decorated class implement the same interface.
Commits
-------
7c7f36a Allow decoration of AdminContextFactory
0 commit comments