IcingaNotification: fix interval column name

This commit is contained in:
Thomas Gelf 2016-02-27 01:18:26 +01:00
parent d3b9d2e9fe
commit af5d5d231a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class IcingaNotification extends IcingaObject
'times_begin' => null,
'times_end' => null,
'command' => null,
'interval' => null,
'notification_interval' => null,
'period_id' => null,
'zone_id' => null,
);