Files
sterivein/core/lib/Thelia/Model/ProfileI18n.php
2013-12-25 14:12:54 +01:00

11 lines
134 B
PHP
Executable File

<?php
namespace Thelia\Model;
use Thelia\Model\Base\ProfileI18n as BaseProfileI18n;
class ProfileI18n extends BaseProfileI18n
{
}