Skip to content

Commit

Permalink
Add missing 'url' input param in NovydenikNewsfilterGenerator
Browse files Browse the repository at this point in the history
remp/helpdesk#2132
  • Loading branch information
Matefko committed Oct 2, 2023
1 parent e3c12a2 commit df24e34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function apiParams(): array
{
return [
(new PostInputParam('newsfilter_html'))->setRequired(),
(new PostInputParam('url'))->setRequired(),
(new PostInputParam('title'))->setRequired(),
(new PostInputParam('editor'))->setRequired(),
(new PostInputParam('summary')),
Expand Down

0 comments on commit df24e34

Please sign in to comment.