mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-26 20:48:12 +00:00
将 User::authInfo() 改为 User::userid(),因为 authInfo() 是 private 方法, Observer 无法访问。userid() 是 public 方法,内部会正确调用 authInfo()。 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>