Fixed a namespace being wrong
This commit is contained in:
parent
7049a3fee9
commit
6b5334025f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
using LinqToDB.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace NadekoBot.Db;
|
||||
namespace EllieBot.Db;
|
||||
|
||||
public sealed class EllieDbService : DbService
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue