diff --git a/docs/en/low-code/index.md b/docs/en/low-code/index.md index 5d493a7d9d..08b774034d 100644 --- a/docs/en/low-code/index.md +++ b/docs/en/low-code/index.md @@ -154,8 +154,8 @@ Call `ConfigureDynamicEntities()` in your `DbContext`: ````csharp protected override void OnModelCreating(ModelBuilder builder) { - base.OnModelCreating(builder); builder.ConfigureDynamicEntities(); + base.OnModelCreating(builder); } ````