Files
sterivein/core/lib/Thelia/Model/CustomerTitleI18n.php
2014-02-22 19:01:37 +01:00

10 lines
157 B
PHP

<?php
namespace Thelia\Model;
use Thelia\Model\Base\CustomerTitleI18n as BaseCustomerTitleI18n;
class CustomerTitleI18n extends BaseCustomerTitleI18n
{
}