Files
safekat/ci4/app/Controllers/Configuracion/Seriefactura.php

21 lines
265 B
PHP
Executable File

<?php
namespace App\Controllers\Configuracion;
use App\Controllers\BaseController;
class Seriefactura extends BaseController
{
function __construct()
{
}
public function index()
{
echo 'Serie factura';
}
}