mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
9 lines
167 B
PHP
9 lines
167 B
PHP
<?php
|
|
|
|
return [
|
|
'type_text' => [
|
|
\App\Models\SeedBoxRecord::TYPE_USER => '用戶',
|
|
\App\Models\SeedBoxRecord::TYPE_ADMIN => '管理員',
|
|
],
|
|
];
|