Skip to content

Commit 4b94ebe

Browse files
author
LDFOUR\luisd
committed
changed validation
1 parent 87603b9 commit 4b94ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Models/Contributor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Contributor extends Model
3939
protected $rules = [
4040
'name' => 'required|string|between:2,100',
4141
'logo' => 'string|between:2,100',
42-
'org_id' => 'required|integer',
42+
'org_detail_id' => 'required|integer',
4343
];
4444

4545

0 commit comments

Comments
 (0)