Added visibled checkbox and little changes
This commit is contained in:
@@ -32,6 +32,7 @@ class ProjectRequest extends FormRequest
|
||||
'project_url' => 'nullable|string',
|
||||
'project_version' => 'nullable|string',
|
||||
'description' => 'nullable|string',
|
||||
'visible' => 'nullable|in:yes,1,true,on'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user