From 86b8d6b3c7df97c653f368e563b978149e18a372 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Tue, 29 Apr 2025 13:01:21 -0400 Subject: [PATCH] Limpieza --- app/src/Controller/Ventas/Facturacion.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/src/Controller/Ventas/Facturacion.php b/app/src/Controller/Ventas/Facturacion.php index 1563277..c1b0176 100644 --- a/app/src/Controller/Ventas/Facturacion.php +++ b/app/src/Controller/Ventas/Facturacion.php @@ -1,7 +1,6 @@ render($response, 'ventas.facturacion', compact('proyectos')); } - /** - * @throws Exception - */ public function show(ServerRequestInterface $request, ResponseInterface $response, View $view, Service\Venta $ventaService, Service\Proyecto\Terreno $terrenoService, Service\IPC $ipcService, Service\UF $ufService,