Entities, Source and api functions rearranged

This commit is contained in:
Michael 2021-11-24 06:44:25 +00:00
parent 452cd57437
commit a3aab4a75a
5 changed files with 710 additions and 749 deletions

View file

@ -186,7 +186,7 @@ class BaseApi extends BaseModule
*
* @return array token
*/
protected static function getCurrentApplication()
public static function getCurrentApplication()
{
$token = OAuth::getCurrentApplicationToken();