调整订单

This commit is contained in:
2023-01-28 11:24:20 +08:00
parent 9f44774e86
commit 7861309d83
5 changed files with 27 additions and 8 deletions

View File

@@ -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,