Replies: 1 comment
-
Hey @dajpes! 👋 Since you are having multiple issues updating your application. I'd recommend you to watch our screen-casts that update a real-world AdonisJS application. ▶ https://www.youtube.com/watch?v=6MBNw6JOaYQ In your case, the issue is the following. You are not updating the // This is already existing.
provider: {
// This is already existing.
driver: 'lucid',
// This replace "model: User"
model: () => import('App/Models/User')
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody, after reading the docs concerning the October Update, it told me to do the following:
I tried to do it just how the docs says, but I got an IDE error:
Beta Was this translation helpful? Give feedback.
All reactions