Files
sterivein/core/lib/Thelia/Model/CountryI18n.php
Etienne Roudeix a02ac99360 set x right to 7
2013-07-09 11:59:37 +02:00

10 lines
134 B
PHP
Executable File

<?php
namespace Thelia\Model;
use Thelia\Model\Base\CountryI18n as BaseCountryI18n;
class CountryI18n extends BaseCountryI18n {
}