summaryrefslogtreecommitdiff
path: root/HBContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'HBContext.cs')
-rw-r--r--HBContext.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/HBContext.cs b/HBContext.cs
index 74c040c..d0cd26f 100644
--- a/HBContext.cs
+++ b/HBContext.cs
@@ -19,7 +19,6 @@ public class HBContext : DbContext {
this.config = config;
protected override void OnConfiguring(DbContextOptionsBuilder options) {
- options.UseLazyLoadingProxies();
options.UseNpgsql(config.DbConnectionString);
#if DEBUG