magento2-docker/generated/code/Magento/AsynchronousOperations/Api/Data/AsyncResponseExtension.php

10 lines
286 B
PHP
Executable File

<?php
namespace Magento\AsynchronousOperations\Api\Data;
/**
* Extension class for @see \Magento\AsynchronousOperations\Api\Data\AsyncResponseInterface
*/
class AsyncResponseExtension extends \Magento\Framework\Api\AbstractSimpleObject implements AsyncResponseExtensionInterface
{
}