Skip to content

Commit

Permalink
fix: default export provider
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 3, 2019
1 parent 73cb22c commit 32fa2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/DatabaseProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import { Database } from '../src/Database'

export class DatabaseServiceProvider {
export default class DatabaseServiceProvider {
constructor (protected $container: any) {
}

Expand Down

0 comments on commit 32fa2c8

Please sign in to comment.