mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaNotification: it's "interval"...
...db field is notification_interval as we avoid reserved wowrds in our schema fixes #11938
This commit is contained in:
parent
c4f687d20a
commit
2eeafbb5d1
@ -52,7 +52,7 @@ class IcingaNotification extends IcingaObject
|
||||
);
|
||||
|
||||
protected $intervalProperties = array(
|
||||
'notification_interval' => 'notification_interval',
|
||||
'notification_interval' => 'interval',
|
||||
'times_begin' => 'times_begin',
|
||||
'times_end' => 'times_end',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user