The function is now protected again

2022.09-rc
Michael 2021-06-08 20:45:58 +00:00
rodzic e4be1e0cd5
commit 385c03364f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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