Skip to content

Commit

Permalink
fix: removed citations requirement for validations
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Oct 6, 2022
1 parent 8f8125c commit 3085728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function process()
'title' => 'required',
'description' => 'required',
'keywords' => 'required',
'citations' => 'required|array|min:1',
'citations' => 'array|min:0',
'authors' => 'required|array|min:1',
'license' => 'required',
'image' => 'required',
Expand Down

0 comments on commit 3085728

Please sign in to comment.