more fixes

This commit is contained in:
Joey Kimsey
2024-08-16 22:17:41 -04:00
parent ec317e6426
commit cc9e57888f

View File

@ -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(