mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-16 13:17:32 +08:00
9 lines
95 B
PHP
9 lines
95 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return array (
|
||
|
|
'fields' =>
|
||
|
|
array (
|
||
|
|
'action_type' => '操作タイプ',
|
||
|
|
),
|
||
|
|
);
|