Testeando controlador clientes

This commit is contained in:
Jaime Jimenez
2023-04-27 18:29:38 +02:00
parent 10160ca029
commit c1bef7a7ed
5 changed files with 91 additions and 70 deletions

View File

@ -0,0 +1,19 @@
<?php
namespace App\Controllers\Impresion;
use App\Controllers\BaseController;
class Clientes extends BaseController
{
function __construct()
{
}
public function index()
{
}
}