1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Rules for company update

This commit is contained in:
David Bomba 2019-07-04 14:04:01 +10:00
parent 548c9b31d0
commit accd7ae348

View File

@ -36,7 +36,13 @@ class UpdateCompanyRequest extends Request
return [
'logo' => 'mimes:jpeg,jpg,png,gif|max:10000', // max 10000kb
'name' => 'required',
'industry_id' => 'integer|nullable',
'size_id' => 'integer|nullable',
'country_id' => 'integer|nullable',
'work_email' => 'email|nullable',
];
}
}
}