diff --git a/OliverBooth/Data/Web/WebContext.cs b/OliverBooth/Data/Web/WebContext.cs index dac5c31..f623cf4 100644 --- a/OliverBooth/Data/Web/WebContext.cs +++ b/OliverBooth/Data/Web/WebContext.cs @@ -1,4 +1,4 @@ -using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore; using OliverBooth.Data.Web.Configuration; namespace OliverBooth.Data.Web; @@ -6,7 +6,7 @@ namespace OliverBooth.Data.Web; /// /// Represents a session with the web database. /// -public sealed class WebContext : DbContext +internal sealed class WebContext : DbContext { private readonly IConfiguration _configuration;