Skip to content

Commit

Permalink
Renaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Jan 27, 2024
1 parent f170b6c commit d0f85aa
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 @@ -12,7 +12,7 @@
using System.Linq;

namespace Lombiq.HelpfulLibraries.OrchardCore.ResourceManagement;
public class DecoratedResourceManager(
public class ResourceManagerDecorator(
IResourceManager resourceManager,
IThemeManager themeManager,
IOptions<ResourceManagementOptions> resourceManagementOptions) : IResourceManager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ namespace Lombiq.HelpfulExtensions.Extensions.ResourceManagement;
public class Startup : StartupBase
{
public override void ConfigureServices(IServiceCollection services) =>
services.Decorate<IResourceManager, DecoratedResourceManager>();
services.Decorate<IResourceManager, ResourceManagerDecorator>();
}

0 comments on commit d0f85aa

Please sign in to comment.