Links: Add usergroups() method

This commit is contained in:
Sukhwinder Dhillon 2021-08-06 13:15:14 +02:00
parent 784f3481e5
commit 69180edbb8

View file

@ -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)]);