Skip to content

Commit 9399d12

Browse files
committed
Remove cat_path_sep setter
1 parent 9c56fa1 commit 9399d12

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Model/Importer.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -198,17 +198,6 @@ public function setImportAdapterFactory(ImportAdapterFactoryInterface $importAda
198198
return $this;
199199
}
200200

201-
/**
202-
* @throws RuntimeException
203-
*/
204-
public function setCategoryPathSeparator(string $categoryPathSeparator): self
205-
{
206-
$this->assertImportModelNotInitialized();
207-
$this->settings['category_path_seperator'] = $categoryPathSeparator;
208-
209-
return $this;
210-
}
211-
212201
public function getValidationResult(): bool
213202
{
214203
return $this->validationResult;

0 commit comments

Comments
 (0)