We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb197dc commit fc4e8b8Copy full SHA for fc4e8b8
app/Controllers/BaseController.js
@@ -6,7 +6,7 @@ export class BaseController extends Controller {
6
constructor(app) {
7
super(app)
8
9
- this.db = app.get('db')
+ this.db = app.db
10
}
11
12
pagination(req, limit = 100) {
0 commit comments