Skip to content

Commit 6a8af89

Browse files
author
Vasiliev.A
committed
fix namespace for AsyncResponseInterface usage in ServiceMetada plugin
1 parent 1a00b49 commit 6a8af89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/WebapiAsync/Plugin/ServiceMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Magento\WebapiAsync\Plugin;
88

99
use Magento\Webapi\Model\Config\Converter as WebapiConverter;
10-
use Magento\WebapiAsync\Api\Data\AsyncResponseInterface;
10+
use Magento\AsynchronousOperations\Api\Data\AsyncResponseInterface;
1111
use Magento\WebapiAsync\Controller\Rest\AsynchronousSchemaRequestProcessor;
1212
use Magento\WebapiAsync\Model\ServiceConfig\Converter;
1313

0 commit comments

Comments
 (0)