File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @secjs/database" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "description" : " Handle your application database with factories, seeders and query builder in Node.js" ,
55 "license" : " MIT" ,
66 "author" : " João Lenon <lenon@secjs.com.br>" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { InternalServerException } from '@secjs/exceptions'
2020import { DriverContract } from '../Contracts/DriverContract'
2121import { Is , paginate , PaginatedResponse } from '@secjs/utils'
2222import { TableNotSetException } from '../Exceptions/TableNotSetException'
23- import { NotImplementedException } from 'src /Exceptions/NotImplementedException'
23+ import { NotImplementedException } from '.. /Exceptions/NotImplementedException'
2424import { NullQueryBuilderException } from '../Exceptions/NullQueryBuilderException'
2525
2626export class MongoDriver implements DriverContract {
You can’t perform that action at this time.
0 commit comments