*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'order_id' => $this->order_id, 'file_name' => $this->file_name, 'file_type' => $this->file_type, 'url' => $this->url, 'created_at' => $this->created_at?->format('d/m/Y H:i'), ]; } }