Api\StarterKit\Utils\Constants::getParameterKeyAccountId PHP 메소드

getParameterKeyAccountId() 공개 정적인 메소드

Get the account id parameter key
public static getParameterKeyAccountId ( ) : mixed
리턴 mixed
    public static function getParameterKeyAccountId()
    {
        return config('consts.ParameterAccountId');
    }