diff --git a/webapp/services/LogService.php b/webapp/services/LogService.php index 6029e5dd..54e4c41b 100644 --- a/webapp/services/LogService.php +++ b/webapp/services/LogService.php @@ -34,7 +34,7 @@ class LogService extends BaseService const GOLD_TYPE = 0; const DIAMOND_TYPE = 1; - private static function addLog($eventName, $prop){ + public static function addLog($eventName, $prop){ $data = [ "#account_id" => myself()->_getAccountId(), "#event_name"=> $eventName,