Import: apply modifiers only when fetching data
This commit is contained in:
parent
8ab088fe18
commit
765b08f597
|
@ -164,9 +164,9 @@ class Import
|
|||
$this->data = ImportSourceHook::forImportSource(
|
||||
$this->source
|
||||
)->fetchData();
|
||||
$this->source->applyModifiers($this->data);
|
||||
}
|
||||
|
||||
$this->source->applyModifiers($this->data);
|
||||
return $this->data;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue