This commit is contained in:
Yuri Kuznetsov
2023-02-27 18:02:26 +02:00
parent aeecd1f3a6
commit 1e29280a1d
+1 -1
View File
@@ -506,7 +506,7 @@ class Tester
$userData[$fieldName] = [];
}
$userData[$fieldName][] = $role->id;
$userData[$fieldName][] = $role->getId();
}
}