Skip to content

Commit

Permalink
Add missing aliases (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdebril authored Jan 28, 2021
1 parent a285d87 commit fdc54f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FeedIo/Standard/Rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function buildFeedRuleSet() : RuleSet
{
$ruleSet = $this->buildBaseRuleSet();
$ruleSet->add(new Language())
->add($this->getModifiedSinceRule(static::DATE_NODE_TAGNAME));
->add($this->getModifiedSinceRule(static::DATE_NODE_TAGNAME), ['lastBuildDate', 'lastPubDate']);

return $ruleSet;
}
Expand Down

0 comments on commit fdc54f9

Please sign in to comment.