From 1da6d64030a0890a58fa60d58197a0e703851f43 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 27 Feb 2016 01:25:26 +0100 Subject: [PATCH] IcingaNotification: there are no notification groups --- library/Director/Objects/IcingaNotification.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/Director/Objects/IcingaNotification.php b/library/Director/Objects/IcingaNotification.php index 546cb913..b9bf8cd4 100644 --- a/library/Director/Objects/IcingaNotification.php +++ b/library/Director/Objects/IcingaNotification.php @@ -23,8 +23,6 @@ class IcingaNotification extends IcingaObject 'zone_id' => null, ); - protected $supportsGroups = true; - protected $supportsCustomVars = true; protected $supportsImports = true;