10 lines
165 B
PHP
10 lines
165 B
PHP
<?php
|
|
|
|
namespace FedEx\Model\Config;
|
|
|
|
use FedEx\Model\Config\Base\FedExConfigValue as BaseFedExConfigValue;
|
|
|
|
class FedExConfigValue extends BaseFedExConfigValue
|
|
{
|
|
}
|