Files
sterivein/documentation/api/files/Model/TaxRuleCountry.php.txt
2013-08-08 13:26:49 +02:00

11 lines
147 B
Plaintext

<?php
namespace Thelia\Model;
use Thelia\Model\Base\TaxRuleCountry as BaseTaxRuleCountry;
class TaxRuleCountry extends BaseTaxRuleCountry {
}