Merge pull request #1 from hiltongoncalves/hiltongoncalves-patch-1

Fix url for create user with photo upload
This commit is contained in:
Hilton Gonçalves 2021-10-09 17:48:04 -03:00 committed by GitHub
commit b2f45be2cb
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: { methods: {
store() { store() {
this.form.post(this.route('users.store')) this.form.post(this.route('users.store').url())
}, },
}, },
} }