Skip to content

Properly merging nested arrays

Brian Hatchet requested to merge chore/fix-config-nested-merges into master

Our config array merger on get wasn't doing anything of the kind Note that we need to use the array_replace_recursive to actually patch the values Before, it was just overriding the setting which caused a good deal of head scratching

Edited by Brian Hatchet

Merge request reports