We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c56fa1 commit 9399d12Copy full SHA for 9399d12
Model/Importer.php
@@ -198,17 +198,6 @@ public function setImportAdapterFactory(ImportAdapterFactoryInterface $importAda
198
return $this;
199
}
200
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
212
public function getValidationResult(): bool
213
{
214
return $this->validationResult;
0 commit comments