@@ -84,8 +84,8 @@ |
||
84 | 84 | public function setIds(string $provinceId, string $districtId, string $communeId, string $communeTypeId) |
85 | 85 | { |
86 | 86 | $this->provinceId = str_pad($provinceId, 2, '0', \STR_PAD_LEFT); |
87 | - $this->districtId = str_pad($districtId, 2, '0', \STR_PAD_LEFT);; |
|
88 | - $this->communeId = str_pad($communeId, 2, '0', \STR_PAD_LEFT);; |
|
87 | + $this->districtId = str_pad($districtId, 2, '0', \STR_PAD_LEFT); ; |
|
88 | + $this->communeId = str_pad($communeId, 2, '0', \STR_PAD_LEFT); ; |
|
89 | 89 | $this->communeTypeId = $communeTypeId; |
90 | 90 | $this->tercId = intval(sprintf('%s%s%s%s', |
91 | 91 | $this->provinceId, |