Fix url for create user with photo
This commit is contained in:
parent
99b88e8943
commit
5036ddb401
|
@ -56,7 +56,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
store() {
|
||||
this.form.post(this.route('users.store'))
|
||||
this.form.post(this.route('users.store').url())
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue