We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4981ab8 commit 0910eecCopy full SHA for 0910eec
posts.php
@@ -4,7 +4,7 @@
4
require_once __DIR__ . '/vendor/autoload.php';
5
6
// Load the RSS feed
7
-$feed = Feed::loadRss('https://sharpapi.com/feed')->toArray();
+$feed = Feed::loadAtom('https://sharpapi.com/feed')->toArray();
8
9
// Generate the list of blog posts
10
$posts = '';
0 commit comments