Files
oficial/app/src/Controller/API/Contabilidad.php
Juan Pablo Vial e133bd36cf Cartola diaria
2024-02-12 09:52:48 -03:00

18 lines
351 B
PHP

<?php
namespace Incoviba\Controller\API;
use DateTimeImmutable;
use Incoviba\Common\Ideal\Controller;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Incoviba\Common\Implement\Exception\EmptyResult;
use Incoviba\Repository;
use Incoviba\Service;
class Contabilidad extends Controller
{
use withJson;
}