Много всего

This commit is contained in:
brusnitsyn
2025-12-12 17:10:05 +09:00
parent 54f36e91fa
commit 98e9f8b52e
25 changed files with 1118 additions and 145 deletions

View File

@@ -18,7 +18,9 @@ class ArchiveInfoResource extends JsonResource
'id' => $this->id,
'num' => $this->num,
'post_in' => $this->post_in,
'status' => $this->status
'status' => $this->status,
'historyable_id' => $this->historyable_id,
'historyable_type' => $this->historyable_type,
];
}
}