10 lines
142 B
PHP
10 lines
142 B
PHP
<?php
|
|
|
|
namespace Thelia\Model;
|
|
|
|
use Thelia\Model\Base\CustomerTitle as BaseCustomerTitle;
|
|
|
|
class CustomerTitle extends BaseCustomerTitle {
|
|
|
|
}
|