Merge branch 'main' into 'mod/presupuesto_admin'

Main

See merge request jjimenez/safekat!456
This commit is contained in:
2024-12-27 09:49:48 +00:00
12 changed files with 195 additions and 78 deletions

View File

@ -1,17 +0,0 @@
<?php
namespace App\Entities\Configuracion;
use CodeIgniter\Entity;
class ConfiguracionSistemaEntity extends \CodeIgniter\Entity\Entity
{
protected $attributes = [
"id" => null,
"var_name" => null,
"value" => null,
"datatype" => null,
];
protected $casts = [
];
}