From 232fbf27d9ed367e27eadaade6bb496786d057b7 Mon Sep 17 00:00:00 2001 From: yarik Date: Tue, 31 Jan 2017 12:46:26 +0200 Subject: [PATCH] Brand optional --- common/modules/product/models/Import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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