File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/AsynchronousOperations/Model Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 17
17
use Magento \Framework \EntityManager \EntityManager ;
18
18
use Magento \AsynchronousOperations \Api \Data \BulkStatusInterfaceFactory as BulkStatusShortFactory ;
19
19
use Magento \AsynchronousOperations \Api \Data \DetailedBulkStatusInterfaceFactory as BulkStatusDetailedFactory ;
20
- use Magento \AsynchronousOperations \Api \Data \OperationDetailsInterfaceFactory ;
21
20
use Magento \AsynchronousOperations \Api \BulkStatusInterface ;
22
21
23
22
/**
@@ -62,7 +61,7 @@ class BulkStatus implements BulkStatusInterface
62
61
private $ bulkDetailedFactory ;
63
62
64
63
/**
65
- * @var \Magento\AsynchronousOperations\Api\Data\BulkStatus\ShortInterfaceFactory
64
+ * @var \Magento\AsynchronousOperations\Api\Data\BulkStatusInterfaceFactory
66
65
*/
67
66
private $ bulkShortFactory ;
68
67
You can’t perform that action at this time.
0 commit comments