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
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
It would be a good feature to be able to resolve aliases which are also defined as aliases in the manager.
So
AliasedClass->OneMoreAliasedClass->RealClasscould work.Real life example:
Fuel v1 legacy support
Namespace\OldClassName->New\Name\Space\NewClassNameNamespace-> ''This way OldClassName is available from the global namespace.
Temporary workaround is to use as many managers as the required levels, but that is ugly.