16 lines
328 B
PHP
16 lines
328 B
PHP
<?php
|
|
/**
|
|
* category.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author TL <lucianldg@tuikehome.com>
|
|
* @created 2022-08-29 20:43:32
|
|
* @modified 2022-08-29 20:43:32
|
|
*/
|
|
|
|
return [
|
|
'name' => 'nama klasifikasi',
|
|
'children' => 'subkategori',
|
|
];
|