16 lines
332 B
PHP
16 lines
332 B
PHP
<?php
|
|
/**
|
|
* customer_group.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author Edward Yang <service@tuikehome.com>
|
|
* @created 2022-08-26 18:41:07
|
|
* @modified 2022-08-26 18:41:07
|
|
*/
|
|
|
|
return [
|
|
'level' => 'Kelas',
|
|
'name' => 'Nama Grup Pelanggan',
|
|
];
|