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

11 lines
159 B
Plaintext

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