diff --git a/src/Tgstation.Server.Host/Core/Application.cs b/src/Tgstation.Server.Host/Core/Application.cs index 3d75f56a7a..df047e95ad 100644 --- a/src/Tgstation.Server.Host/Core/Application.cs +++ b/src/Tgstation.Server.Host/Core/Application.cs @@ -211,7 +211,7 @@ namespace Tgstation.Server.Host.Core // HACK HACK HACK HACK HACK const string ConfigureMethodName = nameof(SqlServerDatabaseContext.ConfigureWith); var configureFunction = typeof(TContext).GetMethod( - nameof(SqlServerDatabaseContext.ConfigureWith), + ConfigureMethodName, BindingFlags.Public | BindingFlags.Static); if (configureFunction == null)