更新代码
This commit is contained in:
18
config/user_relation.php
Normal file
18
config/user_relation.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* 用户关系扩展配置
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
/**
|
||||
* 用户模型
|
||||
*/
|
||||
'user_model' => \App\User::class,
|
||||
|
||||
/**
|
||||
* 默认推荐人
|
||||
*/
|
||||
'default_parent_id' => 0,
|
||||
];
|
||||
Reference in New Issue
Block a user