adonisjs / auth

Official Authentication package for AdonisJS
https://docs.adonisjs.com/guides/auth/introduction
MIT License
187 stars 65 forks source link

fix: update a `QueryBuilder.returning` call because of the lucid breaking change #196

Closed Julien-R44 closed 2 years ago

Julien-R44 commented 2 years ago

As mentioned here: https://github.com/adonisjs/auth/issues/195, the breaking change of lucid/knex about returning method broke the Auth package, so I fixed it Migrated to the new version of Japa too

thetutlage commented 2 years ago

Let's keep PR's focused and small from next time. Makes it easy to revert if we have to :)

thetutlage commented 2 years ago

Thanks for the PR :)