Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoguenet committed Mar 3, 2024
1 parent bfb7aa2 commit c02d43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/rss.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<![CDATA[ Share your favourite Laravel tips ]]>
</description>
<language>en</language>
<pubDate>{{ now() }}</pubDate>
<pubDate>{{ now()->toRfc822String() }}</pubDate>

@foreach($nudges as $nudge)
<item>
Expand Down

0 comments on commit c02d43a

Please sign in to comment.