10 lines
275 B
PHP
Executable File
10 lines
275 B
PHP
Executable File
<?php
|
|
namespace Magento\Directory\Api\Data;
|
|
|
|
/**
|
|
* Extension class for @see \Magento\Directory\Api\Data\CountryInformationInterface
|
|
*/
|
|
class CountryInformationExtension extends \Magento\Framework\Api\AbstractSimpleObject implements CountryInformationExtensionInterface
|
|
{
|
|
}
|