Skip to content

Commit

Permalink
fix: 修复问答通知提问人匿名
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperHaoHaoHao committed Oct 10, 2020
1 parent 7dd82be commit 67c822b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Auth/Anonymous.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@ public function getUsername()
{
return $this->username;
}

public function getUserId()
{
return $this->id;
}
}

0 comments on commit 67c822b

Please sign in to comment.