Files
safekat/ci4/app/Controllers/Impresion/Impresioncliente.php
2023-04-29 11:26:41 +02:00

20 lines
252 B
PHP

<?php
namespace App\Controllers\Impresion;
use App\Controllers\BaseController;
class Impresioncliente extends BaseController
{
function __construct()
{
}
public function index()
{
echo 'Hola2';
}
}