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

10 lines
142 B
PHP

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