*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'num' => $this->num, 'post_in' => $this->post_in, 'status' => $this->status, 'historyable_id' => $this->historyable_id, 'historyable_type' => $this->historyable_type, ]; } }