From cc9e57888fd407eb9c572c00341cb9d19583428d Mon Sep 17 00:00:00 2001 From: Joey Kimsey Date: Fri, 16 Aug 2024 22:17:41 -0400 Subject: [PATCH] more fixes --- app/plugins/notifications/models/notification.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/plugins/notifications/models/notification.php b/app/plugins/notifications/models/notification.php index 81e5ba0..003a188 100644 --- a/app/plugins/notifications/models/notification.php +++ b/app/plugins/notifications/models/notification.php @@ -31,15 +31,6 @@ class Notification extends DatabaseModel { [ 'deletedAt', 'int', '11' ], [ 'seenAt', 'int', '11' ], ]; - public $plugin; - - /** - * The model constructor. - */ - public function __construct() { - parent::__construct(); - $this->plugin = new Plugin; - } public function getUnreadCount( $userID ) { $result = self::$db->get(