调整订单
This commit is contained in:
@@ -310,7 +310,14 @@ class User extends Authenticate
|
||||
return sprintf("%s (%s)", $this->username, $this->info->nickname);
|
||||
}
|
||||
|
||||
public function areas()
|
||||
/**
|
||||
* Notes: 管理的区域
|
||||
*
|
||||
* @Author: 玄尘
|
||||
* @Date: 2023/1/28 9:32
|
||||
* @return BelongsToMany
|
||||
*/
|
||||
public function areas(): BelongsToMany
|
||||
{
|
||||
return $this->belongsToMany(
|
||||
Area::class,
|
||||
|
||||
Reference in New Issue
Block a user