summaryrefslogtreecommitdiff
path: root/Acl.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Acl.cs')
-rw-r--r--Acl.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Acl.cs b/Acl.cs
index 8beff0c..7bffc50 100644
--- a/Acl.cs
+++ b/Acl.cs
@@ -10,7 +10,6 @@ public enum AclRuleAction {
public class Acl {
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int AclId { get; set; }
- [ForeignKey("ObjectId")]
public HBObject Subject { get; set; }
public List<AclRule> Rules { get; set; }
}