Skip to content

Commit 72533ad

Browse files
author
Anton Evers
committed
specify the correct invoice factory
1 parent 23f315c commit 72533ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/Order/Creditmemo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Magento\Sales\Api\Data\CreditmemoInterface;
1515
use Magento\Sales\Model\AbstractModel;
1616
use Magento\Sales\Model\EntityInterface;
17-
use Magento\Sales\Model\InvoiceFactory;
17+
use Magento\Sales\Model\Order\InvoiceFactory;
1818

1919
/**
2020
* Order creditmemo model

0 commit comments

Comments
 (0)