We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ce155 commit 99f4bc9Copy full SHA for 99f4bc9
app/code/Magento/AsynchronousOperations/Api/Data/BulkOperationInterface.php renamed to app/code/Magento/AsynchronousOperations/Model/BulkOperationInterface.php
@@ -3,8 +3,9 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+declare(strict_types=1);
7
-namespace Magento\AsynchronousOperations\Api\Data;
8
+namespace Magento\AsynchronousOperations\Model;
9
10
/**
11
* Class BulkOperationInterface
app/code/Magento/AsynchronousOperations/Model/Operation.php
@@ -6,8 +6,6 @@
namespace Magento\AsynchronousOperations\Model;
use Magento\AsynchronousOperations\Api\Data\OperationInterface;
-use Magento\AsynchronousOperations\Api\Data\BulkOperationInterface;
-use Magento\AsynchronousOperations\Model\OperationStatusValidator;
use Magento\Framework\DataObject;
12
13
0 commit comments