summaryrefslogtreecommitdiffstats
path: root/library/Icingadb/Model/NotificationUsergroup.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/Icingadb/Model/NotificationUsergroup.php')
-rw-r--r--library/Icingadb/Model/NotificationUsergroup.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/Icingadb/Model/NotificationUsergroup.php b/library/Icingadb/Model/NotificationUsergroup.php
index bd60fae..a503337 100644
--- a/library/Icingadb/Model/NotificationUsergroup.php
+++ b/library/Icingadb/Model/NotificationUsergroup.php
@@ -9,6 +9,12 @@ use ipl\Orm\Behaviors;
use ipl\Orm\Model;
use ipl\Orm\Relations;
+/**
+ * @property string $id
+ * @property string $notification_id
+ * @property string $usergroup_id
+ * @property string $environment_id
+ */
class NotificationUsergroup extends Model
{
public function getTableName()