diff --git a/platform/features/conductor-v2/conductor/bundle.js b/platform/features/conductor-v2/conductor/bundle.js index 280c9abfcc3..0cd433793d5 100644 --- a/platform/features/conductor-v2/conductor/bundle.js +++ b/platform/features/conductor-v2/conductor/bundle.js @@ -41,6 +41,15 @@ define([ legacyRegistry.register("platform/features/conductor-v2/conductor", { "extensions": { "services": [ + { + "key": "timeConductor", + "implementation": function (timeConductorService) { + return timeConductorService.conductor(); + }, + "depends": [ + "timeConductorService" + ] + }, { "key": "timeConductorService", "implementation": TimeConductorService