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.
This patch alters how the allow_override flag works in order to better
mimic how it was done in v2. This means:
- the flag is `false` by default.
- the flag only kicks in when new configuration would change a service
that has already been fetched and cached internally (i.e., it exists
in the `$services` array).
The implication is that the following will never be problematic:
- abstract factories (as they are a factory of "last resort")
- initializers (they only apply to newly created instances)
Tests were updated to reflect the changes.
0 commit comments