This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Description
It would be a good feature to be able to resolve aliases which are also defined as aliases in the manager.
So AliasedClass->OneMoreAliasedClass->RealClass could work.
Real life example:
Fuel v1 legacy support
Namespace\OldClassName->New\Name\Space\NewClassName
Namespace -> ''
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.