mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Arreglando grupos de usuarios
This commit is contained in:
@ -6,11 +6,10 @@ use CodeIgniter\Entity;
|
||||
class UserGroupEntity extends \CodeIgniter\Entity\Entity
|
||||
{
|
||||
protected $attributes = [
|
||||
"id_group" => null,
|
||||
"title" => null,
|
||||
"dashboard" => null,
|
||||
"id" => null,
|
||||
"name" => null,
|
||||
"description" => null,
|
||||
"rules" => null,
|
||||
"token" => null,
|
||||
"created_at" => null,
|
||||
"updated_at" => null,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user