mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 05:54:34 -04:00
Rules for company update
This commit is contained in:
parent
548c9b31d0
commit
accd7ae348
@ -36,7 +36,13 @@ class UpdateCompanyRequest extends Request
|
|||||||
return [
|
return [
|
||||||
'logo' => 'mimes:jpeg,jpg,png,gif|max:10000', // max 10000kb
|
'logo' => 'mimes:jpeg,jpg,png,gif|max:10000', // max 10000kb
|
||||||
'name' => 'required',
|
'name' => 'required',
|
||||||
|
'industry_id' => 'integer|nullable',
|
||||||
|
'size_id' => 'integer|nullable',
|
||||||
|
'country_id' => 'integer|nullable',
|
||||||
|
'work_email' => 'email|nullable',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user