10 lines
286 B
PHP
Executable File
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
|
|
{
|
|
}
|