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