Mostrar reservas

This commit is contained in:
Juan Pablo Vial
2025-07-22 18:21:05 -04:00
parent 39bc190775
commit 909bb2b879
3 changed files with 311 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<?php
use Incoviba\Controller\Ventas\Cierres;
//use Incoviba\Controller\Ventas\Cierres;
use Incoviba\Controller\Ventas\Reservations as Cierres;
$app->group('/cierres', function($app) {
$app->get('[/]', Cierres::class);