Skip to content

Commit f256574

Browse files
authored
Use correct config model
1 parent e87d45c commit f256574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Model/Importer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(
4343
'ignore_duplicates' => $this->config->getIgnoreDuplicates(),
4444
'validation_strategy' => $this->config->getValidationStrategy(),
4545
'allowed_error_count' => $this->config->getAllowedErrorCount(),
46-
'category_path_seperator' => $this->configHelper->getCategoryPathSeperator(),
46+
'category_path_seperator' => $this->config->getCategoryPathSeperator(),
4747
'_import_multiple_value_separator' => Import::DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR,
4848
];
4949
}

0 commit comments

Comments
 (0)