增加婚姻 查看已婚列表

This commit is contained in:
2026-04-12 17:28:42 +08:00
parent 705af810a9
commit 2090250967
5 changed files with 263 additions and 22 deletions
+10
View File
@@ -24,6 +24,16 @@ class User extends Authenticatable
{
use HasFactory, Notifiable;
/**
* 追加到 JSON 序列化的属性。
*
* @var array<int, string>
*/
protected $appends = [
'headface',
'headface_url',
];
/**
* The attributes that are mass assignable.
*