summaryrefslogtreecommitdiffstats
path: root/library/Icingadb/Model/NotificationUser.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/Icingadb/Model/NotificationUser.php')
-rw-r--r--library/Icingadb/Model/NotificationUser.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/Icingadb/Model/NotificationUser.php b/library/Icingadb/Model/NotificationUser.php
index ab23ad4..efb779c 100644
--- a/library/Icingadb/Model/NotificationUser.php
+++ b/library/Icingadb/Model/NotificationUser.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 $user_id
+ * @property string $environment_id
+ */
class NotificationUser extends Model
{
public function getTableName()