From 69180edbb87d01ee7e720ff63a1b78ed28d31959 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Fri, 6 Aug 2021 13:15:14 +0200 Subject: [PATCH] Links: Add usergroups() method --- library/Icingadb/Common/Links.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/Icingadb/Common/Links.php b/library/Icingadb/Common/Links.php index d1e9d720..628b1ee6 100644 --- a/library/Icingadb/Common/Links.php +++ b/library/Icingadb/Common/Links.php @@ -131,6 +131,11 @@ abstract class Links return Url::fromPath('icingadb/users'); } + public static function usergroups() + { + return Url::fromPath('icingadb/usergroups'); + } + public static function event(History $event) { return Url::fromPath('icingadb/event', ['id' => bin2hex($event->id)]);