*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'codigo' => $this->codigo, 'prop_type' => $this->prop_type, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }