Skip to content

Commit fc4e8b8

Browse files
committed
Updated for new app.db reference
1 parent cb197dc commit fc4e8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Controllers/BaseController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export class BaseController extends Controller {
66
constructor(app) {
77
super(app)
88

9-
this.db = app.get('db')
9+
this.db = app.db
1010
}
1111

1212
pagination(req, limit = 100) {

0 commit comments

Comments
 (0)