10 lines
153 B
PHP
10 lines
153 B
PHP
<?php
|
|
|
|
namespace DHL\Model\Config;
|
|
|
|
use DHL\Model\Config\Base\DHLConfigValue as BaseDHLConfigValue;
|
|
|
|
class DHLConfigValue extends BaseDHLConfigValue
|
|
{
|
|
}
|