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
call delegate #getService() when looking up single service
as classes implementing `ServiceProvider` may define their own
custom behaviour, let the `ServiceProvider` instance itself fetch a single
service by name instead of using an own standard strategy (using the first one
returned by `#getServices(Class)`)
this way it is prevented that a `ServiceProvider` must load all services of the class
even if they are not generellay needed (including all side effects e.g. loading data
from remote services)
0 commit comments