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