Skip to content

Commit fdc30c9

Browse files
committed
namespaces ordering
1 parent 3df20c5 commit fdc30c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Umbraco.Cms.Integrations.Automation.Zapier/Controllers/SubscriptionController.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Umbraco.Cms.Integrations.Automation.Zapier.Models.Dtos;
1+
using System.Collections.Generic;
2+
using Umbraco.Cms.Integrations.Automation.Zapier.Models.Dtos;
23
using Umbraco.Cms.Integrations.Automation.Zapier.Services;
34

45
#if NETCOREAPP

0 commit comments

Comments
 (0)