This commit is contained in:
Juan Pablo Vial
2025-04-29 13:01:21 -04:00
parent 53115b085f
commit 86b8d6b3c7

View File

@ -1,7 +1,6 @@
<?php <?php
namespace Incoviba\Controller\Ventas; namespace Incoviba\Controller\Ventas;
use Exception;
use DateInterval; use DateInterval;
use DateTimeImmutable; use DateTimeImmutable;
use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ResponseInterface;
@ -23,9 +22,6 @@ class Facturacion extends Ideal\Controller
return $view->render($response, 'ventas.facturacion', compact('proyectos')); return $view->render($response, 'ventas.facturacion', compact('proyectos'));
} }
/**
* @throws Exception
*/
public function show(ServerRequestInterface $request, ResponseInterface $response, View $view, public function show(ServerRequestInterface $request, ResponseInterface $response, View $view,
Service\Venta $ventaService, Service\Proyecto\Terreno $terrenoService, Service\Venta $ventaService, Service\Proyecto\Terreno $terrenoService,
Service\IPC $ipcService, Service\UF $ufService, Service\IPC $ipcService, Service\UF $ufService,