Files
sterivein/core/lib/Thelia/Model/CustomerTitleI18n.php
2013-07-04 19:31:09 +02:00

10 lines
158 B
PHP

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