Skip to content

Commit 4156550

Browse files
committed
Remove unnecessary FeatureAttribute
1 parent d3588c0 commit 4156550

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/OrchardCoreContrib.CloudflareTurnstile/Services/TurnstileShape.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
using Microsoft.Extensions.Options;
44
using OrchardCore.DisplayManagement;
55
using OrchardCore.DisplayManagement.Descriptors;
6-
using OrchardCore.Modules;
76
using OrchardCore.ResourceManagement;
87
using OrchardCoreContrib.CloudflareTurnstile.Configuration;
98

109
namespace OrchardCoreContrib.CloudflareTurnstile.Services;
1110

12-
[Feature("OrchardCoreContrib.CloudflareTurnstile")]
1311
public sealed class TurnstileShape(IResourceManager resourceManager, IOptions<TurnstileOptions> options) : IShapeAttributeProvider
1412
{
1513
private readonly TurnstileOptions options = options.Value;

0 commit comments

Comments
 (0)