| @@ -5,11 +5,15 @@ | ||
| 5 | 5 | use FluentCommunity\App\Models\XProfile; |
| 6 | 6 | use FluentCommunity\App\Models\User; |
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | - * Meta Model - DB Model for Notifications table | |
| 9 | + * Legacy notification preference rows in fcom_notification_users. | |
| 10 | 10 | * |
| 11 | - * Database Model | |
| 11 | + * @deprecated 2.8.2 Preferences moved to fcom_notification_prefs; use | |
| 12 | + * NotificationPreference and the NotificationPref service instead. | |
| 13 | + * Retained so the pre-2.8.2 rows stay readable and third-party code | |
| 14 | + * referencing this model does not fatal. Nothing in the plugin | |
| 15 | + * writes through it any more. | |
| 12 | 16 | * |
| 13 | 17 | * @package FluentCommunity\App\Models |
| 14 | 18 | * |
| 15 | 19 | * @version 1.0.0 |