From 6b5334025f13a4cb4b57034ecb5786655cc7ccb5 Mon Sep 17 00:00:00 2001 From: Toastie Date: Fri, 20 Sep 2024 23:18:49 +1200 Subject: [PATCH] Fixed a namespace being wrong --- src/EllieBot/Db/EllieDbService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EllieBot/Db/EllieDbService.cs b/src/EllieBot/Db/EllieDbService.cs index 3f49ef6..6106072 100644 --- a/src/EllieBot/Db/EllieDbService.cs +++ b/src/EllieBot/Db/EllieDbService.cs @@ -2,7 +2,7 @@ using LinqToDB.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; -namespace NadekoBot.Db; +namespace EllieBot.Db; public sealed class EllieDbService : DbService {