mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en bugs
This commit is contained in:
@ -13,7 +13,6 @@ class ClienteDireccionesEntity extends \CodeIgniter\Entity\Entity
|
||||
"email" => null,
|
||||
"direccion" => null,
|
||||
"pais_id" => null,
|
||||
"ccaa_id" => null,
|
||||
"provincia" => null,
|
||||
"municipio" => null,
|
||||
"cp" => null,
|
||||
@ -22,7 +21,6 @@ class ClienteDireccionesEntity extends \CodeIgniter\Entity\Entity
|
||||
protected $casts = [
|
||||
"cliente_id" => "int",
|
||||
"pais_id" => "int",
|
||||
"ccaa_id" => "int",
|
||||
"cp" => "int",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user