myhr add translation

This commit is contained in:
xiaomlove
2022-03-06 15:43:29 +08:00
parent c1c511b9fe
commit 22d22707fc
34 changed files with 79 additions and 43 deletions

View File

@@ -21,6 +21,7 @@ class UserResource extends JsonResource
'status' => $this->status,
'enabled' => $this->enabled,
'added' => format_datetime($this->added),
'last_access' => format_datetime($this->last_access),
'class' => $this->class,
'class_text' => $this->class_text,
'avatar' => $this->avatar,