validation rules
This commit is contained in:
parent
675f3cf005
commit
70d2531ab4
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ 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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue