PMCORE-3832 Custom Case Counters does not provide the correct number nor information PMCORE_3.7.4

This commit is contained in:
Roly Gutierrez
2022-07-12 09:22:28 -04:00
parent 2db3a6807e
commit feecd6cda8
3 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ class TaskUser extends Model
*
* @return array
*/
public static function getSelfServicePerUser($usrUid)
public static function getSelfServicePerUser(string $usrUid)
{
//Get the groups related to the user
$groups = GroupUser::getGroups($usrUid, 'GRP_UID');