Skip to content

Commit 79a6857

Browse files
committed
remove override class
1 parent 94ce0a6 commit 79a6857

File tree

3 files changed

+3
-129
lines changed

3 files changed

+3
-129
lines changed

Console/Command/AbandonedCartCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ class AbandonedCartCommand extends Command
3232
/**
3333
* CategoryImport constructor.
3434
*
35-
* @param ExportCustomersProcessorFactory $abandonedCartProcessorFactory
35+
* @param AbandonedCartProcessorFactory $abandonedCartProcessorFactory
3636
* @param State $state
3737
* @param Registry $registry
3838
* @param null $name
3939
*/
4040
public function __construct(
41-
ExportCustomersProcessorFactory $abandonedCartProcessorFactory,
41+
AbandonedCartProcessorFactory $abandonedCartProcessorFactory,
4242
State $state,
4343
Registry $registry,
4444
$name = null

Override/Model/Subscriber.php

Lines changed: 0 additions & 124 deletions
This file was deleted.

etc/di.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@
5353
</argument>
5454
</arguments>
5555
</type>
56-
57-
<!-- <preference for="Magento\Newsletter\Model\Subscriber" type="Lof\Mautic\Override\Model\Subscriber"/> -->
58-
56+
5957
<type name="Magento\Customer\Model\AccountManagement">
6058
<plugin name="mautic-abandoned-checkout-save-quote" type="Lof\Mautic\Model\Plugin\AccountManagement" sortOrder="10"/>
6159
</type>

0 commit comments

Comments
 (0)