Limpieza de input de valor y filtro de datos a nivel Repo
This commit is contained in:
@ -34,8 +34,7 @@ class Facturacion extends Ideal\Service
|
||||
return $this->withJson($response, $output);
|
||||
}
|
||||
public function ventas(ServerRequestInterface $request, ResponseInterface $response, Service\Redis $redisService,
|
||||
Service\Venta $ventaService, Service\Proyecto\Terreno $terrenoService, Service\UF $ufService,
|
||||
Service\IPC $ipcService): ResponseInterface
|
||||
Service\Venta $ventaService): ResponseInterface
|
||||
{
|
||||
$input = $request->getParsedBody();
|
||||
$output = [
|
||||
|
Reference in New Issue
Block a user