10 lines
278 B
PHP
Executable File
10 lines
278 B
PHP
Executable File
<?php
|
|
namespace Magento\InventoryApi\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\InventoryApi\Api\Data\SourceCarrierLinkInterface
|
|
*/
|
|
class SourceCarrierLinkExtension extends \Magento\Framework\Api\AbstractSimpleObject implements SourceCarrierLinkExtensionInterface
|
|
{
|
|
}
|