Rules for company update
This commit is contained in:
parent
548c9b31d0
commit
accd7ae348
1 changed files with 7 additions and 1 deletions
|
|
@ -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',
|
||||
];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue