File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/Umbraco.Cms.Integrations.Automation.Zapier Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ public void Compose(IUmbracoBuilder builder)
30
30
31
31
builder . Services . AddSingleton < ZapierSubscriptionHookService > ( ) ;
32
32
33
+ builder . Services . AddSingleton < ZapierFormSubscriptionHookService > ( ) ;
34
+
33
35
builder . Services . AddSingleton < ZapierService > ( ) ;
34
36
35
37
builder . Services . AddScoped < IUserValidationService , UserValidationService > ( ) ;
@@ -39,6 +41,8 @@ public void Compose(Composition composition)
39
41
{
40
42
composition . Register < ZapierSubscriptionHookService > ( Lifetime . Singleton ) ;
41
43
44
+ composition . Register < ZapierFormSubscriptionHookService > ( Lifetime . Singleton ) ;
45
+
42
46
composition . Register < ZapierService > ( Lifetime . Singleton ) ;
43
47
44
48
composition . Register < IUserValidationService , UserValidationService > ( Lifetime . Scope ) ;
You can’t perform that action at this time.
0 commit comments