Package version
@adonisjs/queue@0.6.1
Describe the bug
When I added the queue package and configured it, the controllers couldn't perform some actions, like login, for example, I got the error like in db:seed before:
Cannot read properties of undefined (reading 'use').
I have tried this open pull request before it was fixed in db:seed and controllers. But in version 0.6.1 it is still not fixed when using in controllers.
I have updated package versions on this pull request, for example, project, you can try on login.
Reproduction repo
rachhen/adonisjs-example#1
Package version
@adonisjs/queue@0.6.1
Describe the bug
When I added the queue package and configured it, the controllers couldn't perform some actions, like login, for example, I got the error like in
db:seedbefore:Cannot read properties of undefined (reading 'use').I have tried this open pull request before it was fixed in
db:seedandcontrollers. But in version0.6.1it is still not fixed when using in controllers.I have updated package versions on this pull request, for example, project, you can try on login.
Reproduction repo
rachhen/adonisjs-example#1