cambiado POD para cogerlo de la nueva tabla de variables

This commit is contained in:
2024-12-26 16:28:26 +01:00
parent afb7ca0812
commit 93d3793ef9
6 changed files with 17 additions and 63 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 = [
];
}