diff options
Diffstat (limited to 'lib/models/CourseMemberNotification.php')
| -rw-r--r-- | lib/models/CourseMemberNotification.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/models/CourseMemberNotification.php b/lib/models/CourseMemberNotification.php index 8436f7d..3a1f072 100644 --- a/lib/models/CourseMemberNotification.php +++ b/lib/models/CourseMemberNotification.php @@ -20,6 +20,8 @@ * @property string chdate database column * @property User user belongs_to User * @property Course course belongs_to Course + * + * @property JSONArrayObject notification_data */ class CourseMemberNotification extends SimpleORMap implements PrivacyObject { |
