summaryrefslogtreecommitdiff
path: root/Project-Unite/Models
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Models')
-rw-r--r--Project-Unite/Models/ForumCategory.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project-Unite/Models/ForumCategory.cs b/Project-Unite/Models/ForumCategory.cs
index 52e184e..96c826e 100644
--- a/Project-Unite/Models/ForumCategory.cs
+++ b/Project-Unite/Models/ForumCategory.cs
@@ -50,6 +50,8 @@ namespace Project_Unite.Models
public class ForumPost
{
public string Id { get; set; }
+
+ public string Subject { get; set; }
[Required]
public string Parent { get; set; }