Skip to content

Commit

Permalink
fix district id
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Feb 25, 2021
1 parent 031c330 commit cde997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Imports/VietnamMapImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private function createDistrict(array $item)

$this->districtMap[$item['ma_qh']] = $districtId;

return $provinceId;
return $districtId;
}

private function createProvinceMap()
Expand Down

0 comments on commit cde997f

Please sign in to comment.