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

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())
},
},
}