mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Settings 24/05 morning
This commit is contained in:
@ -12,7 +12,7 @@ class GroupUserModel extends BaseModel
|
||||
];
|
||||
|
||||
public function getUsersWithRol($token_group){
|
||||
|
||||
|
||||
$result = $this->select('token_user')->where('token_group', $token_group)->countAllResults();
|
||||
return $result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user