Menu lateral inicial creado

This commit is contained in:
Jaime Jimenez
2023-05-03 21:15:18 +02:00
parent b21686c78a
commit 88f0853425
42 changed files with 534 additions and 97 deletions

View File

@ -0,0 +1,21 @@
<?php
namespace App\Controllers\Configuracion;
use App\Controllers\BaseController;
class Seriefactura extends BaseController
{
function __construct()
{
}
public function index()
{
echo 'Serie factura';
}
}