mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Don't validate website as URL
This commit is contained in:
parent
249c89dbfd
commit
ac1dddc201
@ -23,7 +23,6 @@
|
||||
->autocomplete('on')
|
||||
->rules([
|
||||
'name' => 'required',
|
||||
'website' => 'url',
|
||||
]) !!}
|
||||
|
||||
{{ Former::populate($account) }}
|
||||
|
Loading…
Reference in New Issue
Block a user