mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
revert exam index seedbouns
This commit is contained in:
@@ -92,6 +92,11 @@ class User extends Authenticatable
|
||||
return self::DONATE_YES;
|
||||
}
|
||||
|
||||
public function getSeedPointsAttribute(): string
|
||||
{
|
||||
return $this->seed_points ?? 0;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 为数组 / JSON 序列化准备日期。
|
||||
|
||||
Reference in New Issue
Block a user