Skip to content

Commit fa448f5

Browse files
committed
rm redundant bit from dbcontext
1 parent c0d4918 commit fa448f5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/OpenApiTests/OpenApiDbContext.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,5 @@ public OpenApiDbContext(DbContextOptions<OpenApiDbContext> options)
1616
: base(options)
1717
{
1818
}
19-
20-
protected override void OnModelCreating(ModelBuilder builder)
21-
{
22-
builder.Entity<Airplane>()
23-
.HasMany(airplane => airplane.Flights);
24-
}
2519
}
2620
}

0 commit comments

Comments
 (0)