10 lines
272 B
PHP
Executable File
10 lines
272 B
PHP
Executable File
<?php
|
|
namespace Magento\Directory\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\Directory\Api\Data\RegionInformationInterface
|
|
*/
|
|
class RegionInformationExtension extends \Magento\Framework\Api\AbstractSimpleObject implements RegionInformationExtensionInterface
|
|
{
|
|
}
|