diff --git a/common/modules/product/models/Import.php b/common/modules/product/models/Import.php index 824673b..3dfb399 100755 --- a/common/modules/product/models/Import.php +++ b/common/modules/product/models/Import.php @@ -271,7 +271,7 @@ * @return int|null * @throws \Exception */ - private function saveBrand(string $brand_name = NULL):int + private function saveBrand(string $brand_name = NULL) { $parsed_name = $this->parseName($brand_name); -- libgit2 0.21.4