Skip to content

Commit

Permalink
fix: fix job information cant be saved (#7299)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed May 23, 2024
1 parent 180aedd commit f769c18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function rules(): array
'vault_id' => 'required|uuid|exists:vaults,id',
'author_id' => 'required|uuid|exists:users,id',
'contact_id' => 'required|uuid|exists:contacts,id',
'company_id' => 'nullable|integer|exists:companies,id',
'company_id' => 'nullable|integer',
'job_position' => 'nullable|string|max:255',
];
}
Expand Down

0 comments on commit f769c18

Please sign in to comment.