Skip to content

Commit

Permalink
chore(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Sep 14, 2023
1 parent 62931d6 commit 74ed672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/LoggerProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ import { ServiceProvider } from '@athenna/ioc'

export class LoggerProvider extends ServiceProvider {
public register() {
this.container.bind('Athenna/Core/Logger', Logger, false)
this.container.bind('Athenna/Core/Logger', Logger)
}
}

0 comments on commit 74ed672

Please sign in to comment.