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,