A little reformatting and removal of unused usings

This commit is contained in:
Kenn Jacobsen
2021-03-16 09:59:44 +01:00
parent ef178c5606
commit 152dc7a5b9
2 changed files with 0 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
using System.Linq;
using Umbraco.Cms.Core.Events;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Models.Membership;
using Umbraco.Cms.Infrastructure.Services.Notifications;
using Umbraco.Extensions;

View File

@@ -211,7 +211,6 @@ namespace Umbraco.Cms.Core.Events
}));
}
}
}
public void Handle(AssignedUserGroupPermissionsNotification notification)
@@ -222,7 +221,6 @@ namespace Umbraco.Cms.Core.Events
return;
}
_notifier.Notify(_actions.GetAction<ActionRights>(), entities);
}
public void Handle(PublicAccessEntrySavedNotification notification)