Skip to content

Commit

Permalink
update validation
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 24, 2024
1 parent 28b76a4 commit b342653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Sources/WebPageSourceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected function getValidationRules(): array
'title' => 'required|string',
'details' => 'required|string',
'active' => ['boolean', 'required'],
'force' => ['boolean', 'required'],
'force' => ['boolean', 'nullable'],
'recurring' => ['string', 'required'],
'meta_data.urls' => ['required', 'string'],
];
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b342653

Please sign in to comment.