This repository has been archived on 2021-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pingan_unionpay/packages/identity/config/rulong_identity.php
2020-08-06 16:42:18 +08:00

10 lines
220 B
PHP

<?php
return [
'user_model' => \App\Models\User::class,
'channel' => [
'AutoUp' => '自动升级',
'EmptyUp' => '后台升级',
],
'default_identity' => '普通用户',
];