Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit d5cd66f

Browse files
committed
Change visibilty function
1 parent ab90b21 commit d5cd66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Controller/Adminhtml/Order/AddressSave.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function execute()
133133
* @param array $attributeValues
134134
* @return array
135135
*/
136-
protected function updateRegionData($attributeValues)
136+
private function updateRegionData($attributeValues)
137137
{
138138
if (!empty($attributeValues['region_id'])) {
139139
$newRegion = $this->regionFactory->create()->load($attributeValues['region_id']);

0 commit comments

Comments
 (0)