|
<?php
|
|
/**
|
|
* base.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author Edward Yang <service@tuikehome.com>
|
|
* @created 2022-08-04 15:29:49
|
|
* @modified 2022-08-04 15:29:49
|
|
*/
|
|
|
|
return [
|
|
'name' => 'Indonesia',
|
|
];
|