Files
sterivein/core/lib/Thelia/Model/ProfileI18n.php
Franck Allimant 7ca2399573 Worked on catalog
2013-10-23 23:47:44 +02:00

11 lines
134 B
PHP

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