Skip to content

Commit 2668f2d

Browse files
committed
Fix the issue with incorrect imports
1 parent 33ba243 commit 2668f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Controller/Adminhtml/Index/InlineEdit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Customer\Api\Data\CustomerInterface;
1111
use Magento\Customer\Model\EmailNotificationInterface;
1212
use Magento\Customer\Ui\Component\Listing\AttributeRepository;
13-
use Magento\Framework\App\Action\HttpPostActionInterface;
13+
use Magento\Framework\Message\MessageInterface;
1414

1515
/**
1616
* Customer inline edit action

0 commit comments

Comments
 (0)