Skip to content

Commit

Permalink
WIP: (EventRules/ Schedule forms are still missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed May 6, 2024
1 parent 85e2233 commit 8813a6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions library/Notifications/Common/Links.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,14 @@ public static function scheduleSettings(int $id): Url
{
return Url::fromPath('notifications/schedule/settings', ['id' => $id]);
}

public static function channels(): Url
{
return Url::fromPath('notifications/channels');
}

public static function channelAdd(): Url
{
return Url::fromPath('notifications/channel/add');
}
}

0 comments on commit 8813a6a

Please sign in to comment.