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 Feb 6, 2020. It is now read-only.
With the most recent changes to allow unshared aliases, aliases to
explicitly registered services no longer worked. This patch adds logic
to get() to check if:
- the alias is shared, AND
- the resolved service is present
and, if so, registers the service under the alias, returning it.
0 commit comments