Commit 232fbf27d9ed367e27eadaade6bb496786d057b7
1 parent
757e6825
Brand optional
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/modules/product/models/Import.php
| @@ -271,7 +271,7 @@ | @@ -271,7 +271,7 @@ | ||
| 271 | * @return int|null | 271 | * @return int|null |
| 272 | * @throws \Exception | 272 | * @throws \Exception |
| 273 | */ | 273 | */ |
| 274 | - private function saveBrand(string $brand_name = NULL):int | 274 | + private function saveBrand(string $brand_name = NULL) |
| 275 | { | 275 | { |
| 276 | 276 | ||
| 277 | $parsed_name = $this->parseName($brand_name); | 277 | $parsed_name = $this->parseName($brand_name); |