Fixed a namespace being wrong

This commit is contained in:
Toastie 2024-09-20 23:18:49 +12:00
parent 7049a3fee9
commit 6b5334025f
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -2,7 +2,7 @@
using LinqToDB.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
namespace NadekoBot.Db;
namespace EllieBot.Db;
public sealed class EllieDbService : DbService
{