Skip to content

Commit 9c56fa1

Browse files
committed
Remove category_path_sep from settings
1 parent 1970133 commit 9c56fa1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Model/Importer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ 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->config->getCategoryPathSeperator(),
4746
'_import_multiple_value_separator' => Import::DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR,
4847
];
4948
}

0 commit comments

Comments
 (0)