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
[7.x] Slight optimization to mergeConfigFrom (#33493)
* Slight optimization to mergeConfigFrom
For cold starts and lumen, this avoids 2 magic method calls to ArrayInterface
and one make call which itself has a bit of logic. This should not
affect laravel with config caching but config is in a hot path for requests in
lumen it is a small change that could add up.
* Update ServiceProvider.php
* Update ServiceProvider.php
* Update ServiceProvider.php
Co-authored-by: Dries Vints <[email protected]>
Co-authored-by: Graham Campbell <[email protected]>
Co-authored-by: Taylor Otwell <[email protected]>
0 commit comments