Skip to content

Commit

Permalink
style(driver): adjust import
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed May 15, 2024
1 parent afb0d41 commit 814d6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/DatabaseDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import { Log } from '@athenna/logger'
import { Config } from '@athenna/config'
import { Is, Options } from '@athenna/common'
import { Driver } from '#src/drivers/Driver'
import type { ConnectionOptions } from '#src/types'
import type { DatabaseImpl } from '@athenna/database'
import { ConnectionFactory } from '#src/factories/ConnectionFactory'
import type { ConnectionOptions } from '#src/types/ConnectionOptions'

export class DatabaseDriver extends Driver<DatabaseImpl> {
/**
Expand Down

0 comments on commit 814d6b1

Please sign in to comment.