16 lines
331 B
PHP
16 lines
331 B
PHP
<?php
|
|
/**
|
|
* customer_group.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author Edward Yang <yangjin@opencart.cn>
|
|
* @created 2022-08-26 18:41:07
|
|
* @modified 2022-08-26 18:41:07
|
|
*/
|
|
|
|
return [
|
|
'level' => 'Level',
|
|
'name' => 'Customer Group Name',
|
|
];
|