diff --git a/Modules/MeetupIdX/src/MeetupId.Generated.swift b/Modules/MeetupIdX/src/MeetupId.Generated.swift index fe97d5c..c553900 100644 --- a/Modules/MeetupIdX/src/MeetupId.Generated.swift +++ b/Modules/MeetupIdX/src/MeetupId.Generated.swift @@ -47,6 +47,7 @@ extension MeetupId { let ctrl = Controller() let world: World + var any = [Any]() var subscriptions = [AnyCancellable]() static private(set) weak var singleton: Service? diff --git a/Utilities/platform/2/templates/file b/Utilities/platform/2/templates/file index fcc6ba2..7f89900 100644 --- a/Utilities/platform/2/templates/file +++ b/Utilities/platform/2/templates/file @@ -36,6 +36,7 @@ extension %MODULE% { let ctrl = Controller() let world: World %SERVICE_CORE% + var any = [Any]() var subscriptions = [AnyCancellable]() static private(set) weak var singleton: Service?