Skip to content

Commit

Permalink
Update src/OrchardCore/OrchardCore.ContentManagement.GraphQL/Queries/…
Browse files Browse the repository at this point in the history
…Types/ContentItemType.cs

Co-authored-by: Mike Alhayek <[email protected]>
  • Loading branch information
gvkries and MikeAlhayek authored Jan 22, 2025
1 parent b541113 commit e98a753
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public override void Initialize(ISchema schema)
if (schema is IServiceProvider serviceProvider)
{
var initializers = serviceProvider.GetServices<IContentItemTypeInitializer>();

foreach (var initializer in initializers)
{
initializer.Initialize(this, schema);
Expand Down

0 comments on commit e98a753

Please sign in to comment.