mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
feat: add vendor http header to cached responses (#4040)
This commit is contained in:
@@ -178,7 +178,6 @@ class FeedItem
|
||||
} else {
|
||||
$this->author = $author;
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getContent(): ?string
|
||||
@@ -284,7 +283,6 @@ class FeedItem
|
||||
} else {
|
||||
$this->misc[$name] = $value;
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function toArray(): array
|
||||
|
Reference in New Issue
Block a user