home/skymarketplace/public_html/models/Notification.php000064400000000576150037001720017442 0ustar00db = Database::getInstance(); } public function deleteNotification($id) { $stmt = $this->db->prepare("DELETE FROM notifications WHERE id = ?"); return $stmt->execute([$id]); } }