10 lines
342 B
PHP
Executable File
10 lines
342 B
PHP
Executable File
<?php
|
|
namespace Magento\InventoryLowQuantityNotificationApi\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\InventoryLowQuantityNotificationApi\Api\Data\SourceItemConfigurationInterface
|
|
*/
|
|
class SourceItemConfigurationExtension extends \Magento\Framework\Api\AbstractSimpleObject implements SourceItemConfigurationExtensionInterface
|
|
{
|
|
}
|