Fixes: U4-4845 Publicize INotificationService
This commit is contained in:
@@ -19,7 +19,7 @@ using umbraco.interfaces;
|
||||
|
||||
namespace Umbraco.Core.Services
|
||||
{
|
||||
internal class NotificationService : INotificationService
|
||||
public class NotificationService : INotificationService
|
||||
{
|
||||
private readonly IDatabaseUnitOfWorkProvider _uowProvider;
|
||||
private readonly IUserService _userService;
|
||||
|
||||
Reference in New Issue
Block a user