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
I have to overwrite ConfigRetriever with my own implementation as I've described in #133.
I've created my own CustomConfigRetriever class and when started to implement ConfigRetrieverInterface understood that resolving method must be named fromServices. From my point of view it's too concrete name, because config might be stored not in services config file.