Files
sterivein/documentation/api/files/Model/CustomerTitle.php.txt
2013-08-08 13:26:49 +02:00

11 lines
143 B
Plaintext

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