fix catalog re-generation (#225)
This commit is contained in:
parent
64ac89d1d3
commit
1d814d69bc
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class IcmlDirector
|
|||
*/
|
||||
public function generateXml(): void
|
||||
{
|
||||
unlink($this->setup->filePath);
|
||||
$this->setXmlData();
|
||||
$this->icmlWriter->writeToXmlTop($this->xmlData);
|
||||
$this->logger->write(
|
||||
|
|
Loading…
Add table
Reference in a new issue