Skip to content

Commit

Permalink
♻ Change DbContextOptionsBuilder for IronHookPostgreSqlDbContext
Browse files Browse the repository at this point in the history
Change options builder from DbContext options to DbContexüOptions<IronHookPostgreSqlDbContet>
  • Loading branch information
furkandeveloper committed Aug 5, 2021
1 parent f49201d commit 05c6a91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public IronHookPostgreSqlDbContext()
{
}

public IronHookPostgreSqlDbContext(DbContextOptions options) : base(options)
public IronHookPostgreSqlDbContext(DbContextOptions<IronHookPostgreSqlDbContext> options) : base(options)
{
}
}
Expand Down

0 comments on commit 05c6a91

Please sign in to comment.