Fix url for create user with photo

This commit is contained in:
Hilton Gonçalves 2021-10-09 17:43:27 -03:00 committed by GitHub
parent 99b88e8943
commit 5036ddb401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export default {
},
methods: {
store() {
this.form.post(this.route('users.store'))
this.form.post(this.route('users.store').url())
},
},
}