fix: Static function

This commit is contained in:
2025-07-16 17:18:04 +02:00
parent 17aecbc8ec
commit 323bd18e00
2 changed files with 3 additions and 2 deletions
@@ -153,7 +153,7 @@ class AnalyticsDefinition {
replaceIn()
return """
static func \(getFuncName())\(getParameters()) {
\(getlogFunction())
AnalyticsManager.shared.\(getlogFunction())
}
"""
}