Files
sterivein/core/lib/Thelia/Model/CustomerTitle.php
Etienne Roudeix a02ac99360 set x right to 7
2013-07-09 11:59:37 +02:00

10 lines
142 B
PHP
Executable File

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