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
When additionalConfigKeys is defined in a provider, the guzzle configuration is dropped.
Expected behavior:
When calling ConfigRetriever::fromServices, ConfigRetriever->additionalConfigKeys should contain the guzzle key if it was defined in the service.
Actual behavior:
When additionalConfigKeys is defined in a provider, the guzzle configuration is dropped.
Steps to reproduce the behavior:
In this example, the guzzle is defined in the service configuration, however, since the provider defines the additionalConfigKeys method, guzzle configuration gets ignored.
Issue / Motivation:
When
additionalConfigKeys
is defined in a provider, theguzzle
configuration is dropped.Expected behavior:
When calling
ConfigRetriever::fromServices
,ConfigRetriever->additionalConfigKeys
should contain the guzzle key if it was defined in the service.Actual behavior:
When
additionalConfigKeys
is defined in a provider, theguzzle
configuration is dropped.Steps to reproduce the behavior:
In this example, the
guzzle
is defined in the service configuration, however, since the provider defines theadditionalConfigKeys
method, guzzle configuration gets ignored.SampleProvider.php
Listener
config/services.php
Proposed solution:
See #227
The text was updated successfully, but these errors were encountered: