We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71ce75 commit 4427e8eCopy full SHA for 4427e8e
src/helpers/FeedReader.php
@@ -30,7 +30,7 @@ public function __construct(
30
WebClient::class => $webClient,
31
]);
32
33
- $this->simplepie->set_file_class(SimplePieFileGuzzle::class);
+ $this->simplepie->get_registry()->register(\SimplePie\File::class, SimplePieFileGuzzle::class, true);
34
$this->simplepie->set_autodiscovery_level(SimplePie::LOCATOR_AUTODISCOVERY | SimplePie::LOCATOR_LOCAL_EXTENSION | SimplePie::LOCATOR_LOCAL_BODY);
35
$this->simplepie->set_useragent($webClient->getUserAgent());
36
}
0 commit comments