Skip to content

Commit

Permalink
Deprecate LiquidCultureAccessor to avoid breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Nov 5, 2024
1 parent 9b896bb commit 42fcffe
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace OrchardCore.Liquid;

/// <summary>
/// This is a placeholder class that allows modules to extend the `Culture` property in the current Liquid scope.
/// </summary>
[Obsolete("This class is obsolete and will be removed in a future version. Use the `Culture` property in the current Liquid scope instead.", error: true)]
public class LiquidCultureAccessor
{
}

0 comments on commit 42fcffe

Please sign in to comment.