1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

Fix SHA function enum name

This commit is contained in:
Jake Barnby 2024-02-08 00:17:38 +13:00
parent 6fc39827fd
commit df60ee9e72
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
5 changed files with 10 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -327,6 +327,12 @@ abstract class Format
return 'MessagingProviderType';
}
break;
case 'createSHAUser':
switch ($param) {
case 'passwordVersion':
return 'PasswordHash';
}
break;
}
break;
}