Files
sterivein/core/lib/Thelia/Model/TaxRuleCountry.php
2013-07-04 19:31:09 +02:00

10 lines
146 B
PHP

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