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

10 lines
141 B
PHP

<?php
namespace Thelia\Model;
use Thelia\Model\Base\CustomerTitle as BaseCustomerTitle;
class CustomerTitle extends BaseCustomerTitle
{
}