Skip to content

Commit

Permalink
Remove redundant base.OnConfiguring (#3652)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maniizzle authored Dec 31, 2021
1 parent ab05cf4 commit 89ea96e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ protected override void OnConfiguring(
optionsBuilder.UseSqlite(
"Data Source=products.db");
optionsBuilder.UseLazyLoadingProxies();
base.OnConfiguring(optionsBuilder);
}
}
}

0 comments on commit 89ea96e

Please sign in to comment.