mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-11 10:50:51 +08:00
9 lines
170 B
PHP
9 lines
170 B
PHP
<?php
|
|
|
|
return [
|
|
'type_text' => [
|
|
\App\Models\SeedBoxRecord::TYPE_USER => 'Gebruiker',
|
|
\App\Models\SeedBoxRecord::TYPE_ADMIN => 'Beheerder',
|
|
],
|
|
];
|