Skip to content

Commit da3d407

Browse files
committed
Update AccountDbContext.cs
1 parent 371f1f6 commit da3d407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Best Practices/Lemon.Account/src/Lemon.Account.EntityFrameworkCore.MySQL/AccountDbContext.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public AccountDbContext(DbContextOptions<AccountDbContext> options)
2323

2424
protected override void OnModelCreating(ModelBuilder builder)
2525
{
26-
LemonAccountDbContextModelCreatingExtensions.ConfigureLemonAccount(builder);
26+
builder.ConfigureLemonAccount();
2727
base.OnModelCreating(builder);
2828
}
2929

0 commit comments

Comments
 (0)