diff --git a/src/OrchardCore.Modules/OrchardCore.Tenants/Controllers/ApiController.cs b/src/OrchardCore.Modules/OrchardCore.Tenants/Controllers/ApiController.cs index 86972debeb6..6d062471bef 100644 --- a/src/OrchardCore.Modules/OrchardCore.Tenants/Controllers/ApiController.cs +++ b/src/OrchardCore.Modules/OrchardCore.Tenants/Controllers/ApiController.cs @@ -55,7 +55,7 @@ public ApiController( IFeatureProfilesService featureProfilesService, IOptions identityOptions, IEnumerable databaseProviders, - IStringLocalizer stringLocalizer) + IStringLocalizer stringLocalizer) { _shellHost = shellHost; _currentShellSettings = currentShellSettings;