Skip to content

Commit

Permalink
fix #88 rename moveToArchive to ArchiveManager
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Mar 26, 2021
1 parent 365ef45 commit b15a625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1539,14 +1539,14 @@
</argument>
</arguments>
</type>
<virtualType name="Opengento\Gdpr\Model\Archive\MoveToZip" type="Opengento\Gdpr\Model\Archive\MoveToArchive">
<virtualType name="Opengento\Gdpr\Model\Archive\ZipManager" type="Opengento\Gdpr\Model\Archive\ArchiveManager">
<arguments>
<argument name="archive" xsi:type="object">Opengento\Gdpr\Model\Archive\Zip</argument>
</arguments>
</virtualType>
<type name="Opengento\Gdpr\Model\Export\ExportToFile">
<arguments>
<argument name="archive" xsi:type="object">Opengento\Gdpr\Model\Archive\MoveToZip</argument>
<argument name="archive" xsi:type="object">Opengento\Gdpr\Model\Archive\ZipManager</argument>
</arguments>
</type>
<!-- Erase Logged In Customer Notifier Management -->
Expand Down

0 comments on commit b15a625

Please sign in to comment.