Skip to content

Commit

Permalink
Fix dependencies for GraphQL (OrchardCMS#15015)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored and urbanit committed Mar 18, 2024
1 parent b643b59 commit 4f9a925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace OrchardCore.Search.Elasticsearch.GraphQL
/// <summary>
/// These services are registered on the tenant service collection
/// </summary>
[RequireFeatures("OrchardCore.Apis.GraphQL")]
[RequireFeatures("OrchardCore.Apis.GraphQL", "OrchardCore.Queries")]
public class Startup : StartupBase
{
public override void ConfigureServices(IServiceCollection services)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace OrchardCore.Search.Lucene.GraphQL
/// <summary>
/// These services are registered on the tenant service collection
/// </summary>
[RequireFeatures("OrchardCore.Apis.GraphQL")]
[RequireFeatures("OrchardCore.Apis.GraphQL", "OrchardCore.Queries")]
public class Startup : StartupBase
{
public override void ConfigureServices(IServiceCollection services)
Expand Down

0 comments on commit 4f9a925

Please sign in to comment.