commit 9d5d7b4fe1907957d30b7526f071d9bb7eb44bda parent 3e3f42e3dd9f2105271d425424e404f88728bcc2 Author: finwo <finwo@pm.me> Date: Sun, 17 Apr 2016 02:14:13 +0200 bugfix Diffstat:
| M | src/PropertyAccessor.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PropertyAccessor.php b/src/PropertyAccessor.php @@ -223,7 +223,7 @@ class PropertyAccessor return str_replace(' ','',ucwords($output)); } - protected function mergeArrays(&$original, $new) + public function mergeArrays(&$original, $new) { $source = &$original;