chore: apply code review checklist and web design guidelines fixes

This commit is contained in:
ramram1515
2026-06-29 13:53:07 +08:00
parent 2c7c3528e4
commit 9ac2ea7bda
6 changed files with 51 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ class DumpsiteResource extends JsonResource
return [
'id' => $this->uuid,
'db_id' => $this->id,
'name' => $this->name,
'code' => $this->code,
'address_line' => $this->address_line,