summaryrefslogtreecommitdiffstats
path: root/lib/Config/FetcherConfig.php
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2019-03-17 20:17:40 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2019-03-18 10:39:32 +0100
commit9b915e24aff1c1805f1951ea78c09becc2a36271 (patch)
tree7dc18c927c4fc1b6b1653bb6833f2bf717c6d103 /lib/Config/FetcherConfig.php
parent6ed63bdedd859f6eb4e5ea4a992867a295a200fd (diff)
Use a copy of the FeedIO client that doesn't specify a useragent
Diffstat (limited to 'lib/Config/FetcherConfig.php')
-rw-r--r--lib/Config/FetcherConfig.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Config/FetcherConfig.php b/lib/Config/FetcherConfig.php
index 3110b0018..7631485f5 100644
--- a/lib/Config/FetcherConfig.php
+++ b/lib/Config/FetcherConfig.php
@@ -15,7 +15,8 @@ namespace OCA\News\Config;
use FeedIo\Adapter\ClientInterface;
use \GuzzleHttp\Client;
-use \FeedIo\Adapter\Guzzle\Client as FeedIoClient;
+use OCA\News\Fetcher\Client\FeedIoClient;
+use OCA\News\Fetcher\Client\LegacyGuzzleClient;
use OCP\IConfig;
/**