mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Testeando controlador clientes
This commit is contained in:
19
ci4/app/Controllers/Impresion/Clientes.php
Normal file
19
ci4/app/Controllers/Impresion/Clientes.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers\Impresion;
|
||||
use App\Controllers\BaseController;
|
||||
|
||||
class Clientes extends BaseController
|
||||
{
|
||||
function __construct()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function index()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user