User lower case

This commit is contained in:
Michael 2022-02-17 21:51:47 +00:00
parent 234dac49b4
commit 49dd97e5fd
2 changed files with 2 additions and 2 deletions

View file

@ -556,7 +556,7 @@ class Group
*
* @param integer $id Contact ID
*/
public static function UpdateMembersForForum(int $id)
public static function updateMembersForForum(int $id)
{
Logger::info('Update forum members', ['id' => $id]);