The function is now protected again

This commit is contained in:
Michael 2021-06-08 20:45:58 +00:00
parent e4be1e0cd5
commit 385c03364f
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class BaseApi extends BaseModule
*
* @return int User ID
*/
public static function getCurrentUserID()
protected static function getCurrentUserID()
{
$uid = OAuth::getCurrentUserID();