Skip to content

Commit 793d386

Browse files
committed
Made WebAuditInfoProvider.Fill method virtual.
1 parent 9aefef9 commit 793d386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Abp.Web/Auditing/WebAuditInfoProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public WebAuditInfoProvider()
2525
Logger = NullLogger.Instance;
2626
}
2727

28-
public void Fill(AuditInfo auditInfo)
28+
public virtual void Fill(AuditInfo auditInfo)
2929
{
3030
var httpContext = HttpContext.Current ?? _httpContext;
3131
if (httpContext == null)

0 commit comments

Comments
 (0)