FIX: tesoreria no cargaba datos

This commit is contained in:
Juan Pablo Vial
2024-07-25 12:52:48 -04:00
parent 081187e3d3
commit 43bb7a83c8
2 changed files with 32 additions and 27 deletions

View File

@ -3,14 +3,14 @@ namespace Incoviba\Controller;
use DateInterval;
use DateTimeImmutable;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Incoviba\Common\Alias\View;
use Incoviba\Common\Ideal\Controller;
use Incoviba\Common\Implement\Exception\{EmptyRedis, EmptyResult};
use Incoviba\Model;
use Incoviba\Repository;
use Incoviba\Service;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
class Contabilidad extends Controller
{