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.
Ensure plugin manager creation context travels with clone
Prior to this patch, calling `withConfig()` on a plugin manager would
reset the `creationContext` to the plugin manager itself — instead of
retaining the original creation context. This patch updates
`ServiceManager::withConfig()` to ensure that if the creation context is
different than the original instance, it gets injected into the clone.
0 commit comments