tiposAgentes)) { $this->tiposAgentes = $this->runFactory('tipos_agentes'); } return $this->tiposAgentes; } public function jsonSerialize(): mixed { return array_merge(parent::jsonSerialize(), [ 'rut' => $this->rut, 'descripcion' => $this->descripcion, 'contacto' => $this->contacto, 'telefono' => $this->telefono, 'correo' => $this->correo, 'direccion' => $this->direccion, 'giro' => $this->giro, 'abreviacion' => $this->abreviacion, ]); } }