mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'main' into 'mod/presupuesto_admin'
Main See merge request jjimenez/safekat!456
This commit is contained in:
@ -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 = [
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user