10 lines
134 B
PHP
Executable File
10 lines
134 B
PHP
Executable File
<?php
|
|
|
|
namespace Thelia\Model;
|
|
|
|
use Thelia\Model\Base\CountryI18n as BaseCountryI18n;
|
|
|
|
class CountryI18n extends BaseCountryI18n {
|
|
|
|
}
|