Files
domokits/core/lib/Thelia/Model/CustomerTitleI18n.php

12 lines
236 B
PHP

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