*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'type' => $this->type, 'content' => $this->content, 'order_index' => $this->order_index, ]; } }