aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Search.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Search.php')
-rw-r--r--app/Models/Search.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Models/Search.php b/app/Models/Search.php
index a14f1bf1a..265f6a45d 100644
--- a/app/Models/Search.php
+++ b/app/Models/Search.php
@@ -274,6 +274,9 @@ class FreshRSS_Search implements \Stringable {
public function getNotMaxPubdate(): ?int {
return $this->not_max_pubdate ?: null;
}
+ public function setMaxPubdate(int $value): void {
+ $this->max_pubdate = $value;
+ }
public function getMinUserdate(): ?int {
return $this->min_userdate ?: null;