Skip to content

Commit

Permalink
Fix localizer type in tenants ApiController (#10987)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Jan 8, 2022
1 parent df6e38b commit 6738202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public ApiController(
IFeatureProfilesService featureProfilesService,
IOptions<IdentityOptions> identityOptions,
IEnumerable<DatabaseProvider> databaseProviders,
IStringLocalizer<AdminController> stringLocalizer)
IStringLocalizer<ApiController> stringLocalizer)
{
_shellHost = shellHost;
_currentShellSettings = currentShellSettings;
Expand Down

0 comments on commit 6738202

Please sign in to comment.