mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
Usergroup: Use notification_recipients as junction for notifications
This commit is contained in:
parent
2ccd956366
commit
f879523965
1 changed files with 1 additions and 1 deletions
|
|
@ -59,6 +59,6 @@ class Usergroup extends Model
|
|||
$relations->belongsToMany('user', User::class)
|
||||
->through(UsergroupMember::class);
|
||||
$relations->belongsToMany('notification', Notification::class)
|
||||
->through(NotificationUsergroup::class);
|
||||
->through('notification_recipient');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue