We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a540bbd commit 1a94139Copy full SHA for 1a94139
src/infra/sequelize/interfaces/ICreateDataBase.ts
@@ -2,5 +2,4 @@
2
export interface ICreateDataBase{
3
DatabaseConnection(): any;
4
5
- ForceDataBaseConnection(db:any):any;
6
}
0 commit comments