Merge branch 'main' into feat/ordenes-trabajo

This commit is contained in:
amazuecos
2025-01-02 17:19:52 +01:00
13 changed files with 216 additions and 92 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 = [
];
}