Since the client program already prioritizes local configuration over remote configuration by default, there's no need to use the remoteConfModifier magic function to alter the configuration priority.
The dependency injection function has changed from get to inject, or call a more specific method from the Context interface.
Since the client program already prioritizes local configuration over remote configuration by default, there's no need to use the
remoteConfModifier
magic function to alter the configuration priority.The dependency injection function has changed from
get
toinject
, or call a more specific method from theContext
interface.(The prerequisite PR is #1007)