1
0
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:
Hillel Coren 2016-09-23 17:05:29 +03:00
parent 249c89dbfd
commit ac1dddc201

View File

@ -23,7 +23,6 @@
->autocomplete('on')
->rules([
'name' => 'required',
'website' => 'url',
]) !!}
{{ Former::populate($account) }}