diff options
Diffstat (limited to 'app/Models/BooleanSearch.php')
| -rw-r--r-- | app/Models/BooleanSearch.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/BooleanSearch.php b/app/Models/BooleanSearch.php index e959f7af9..6be189cda 100644 --- a/app/Models/BooleanSearch.php +++ b/app/Models/BooleanSearch.php @@ -525,6 +525,7 @@ class FreshRSS_BooleanSearch implements \Stringable { } /** @return string Plain text search query. Must be XML-encoded or URL-encoded depending on the situation */ + #[Deprecated('Use __tostring() instead')] public function getRawInput(): string { return $this->raw_input; } |
