Skip to content

Commit 245f1e0

Browse files
committed
[Core] Remove internal restriction for BotContext in BotSignProvider
1 parent ce8cc46 commit 245f1e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lagrange.Core/Common/BotSignProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public abstract class BotSignProvider
1010
{
1111
private BotContext? _context;
1212

13-
protected internal BotContext Context
13+
protected BotContext Context
1414
{
1515
get => _context ?? throw new InvalidOperationException("Context is not initialized.");
1616
set => _context = value;

0 commit comments

Comments
 (0)