fixes tests

This commit is contained in:
Shannon
2018-02-13 19:46:34 +11:00
parent b42f75df17
commit 8ee8bda953

View File

@@ -11,7 +11,7 @@ using Umbraco.Core.Services;
namespace Umbraco.Core.Auditing
{
internal class AuditEventHandler : ApplicationEventHandler
public sealed class AuditEventHandler : ApplicationEventHandler
{
private IAuditService _auditServiceInstance;
private IUserService _userServiceInstance;