fix: Static function

This commit is contained in:
2024-03-07 16:31:26 +01:00
parent 17aecbc8ec
commit 323bd18e00
2 changed files with 3 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ class AnalyticsDefinition {
replaceIn()
return """
static func \(getFuncName())\(getParameters()) {
\(getlogFunction())
AnalyticsManager.shared.\(getlogFunction())
}
"""
}