Skip to content

Commit 7711a1c

Browse files
committed
Merge branch '1'
2 parents fc57c52 + 2473e42 commit 7711a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GoogleMapField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function Field($properties = array()) {
161161
),
162162
);
163163

164-
$jsOptions = array_replace_recursive($this->options, $jsOptions);
164+
$jsOptions = array_replace_recursive($jsOptions, $this->options);
165165
$this->setAttribute('data-settings', Convert::array2json($jsOptions));
166166
$this->requireDependencies();
167167
return parent::Field($properties);

0 commit comments

Comments
 (0)