Skip to content

Commit def3fef

Browse files
authored
Merge pull request #15 from erikjanwestendorp/add-link-to-sending-allowed-children-notification-handler
Add URL to article Sending Allowed Children Notification
2 parents 9e6d6c8 + 2ca98b7 commit def3fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Umbraco.Docs.Samples.Web/Notifications/SendingAllowedChildrenNotificationHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
namespace Umbraco.Docs.Samples.Web.Notifications
88
{
9+
// https://our.umbraco.com/documentation/Reference/Notifications/SendingAllowedChildrenNotification/
910
internal class SendingAllowedChildrenNotificationHandler : INotificationHandler<SendingAllowedChildrenNotification>
1011
{
1112
public void Handle(SendingAllowedChildrenNotification notification)

0 commit comments

Comments
 (0)