10 lines
146 B
PHP
Executable File
10 lines
146 B
PHP
Executable File
<?php
|
|
|
|
namespace Thelia\Model;
|
|
|
|
use Thelia\Model\Base\TaxRuleCountry as BaseTaxRuleCountry;
|
|
|
|
class TaxRuleCountry extends BaseTaxRuleCountry {
|
|
|
|
}
|