summaryrefslogtreecommitdiffstats
path: root/utility/picofeedclientfactory.php
diff options
context:
space:
mode:
Diffstat (limited to 'utility/picofeedclientfactory.php')
-rw-r--r--utility/picofeedclientfactory.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/utility/picofeedclientfactory.php b/utility/picofeedclientfactory.php
index 527d0e13c..a57f7f022 100644
--- a/utility/picofeedclientfactory.php
+++ b/utility/picofeedclientfactory.php
@@ -14,8 +14,8 @@
namespace OCA\News\Utility;
-use \PicoFeed\Config;
-use \PicoFeed\Client;
+use \PicoFeed\Config\Config;
+use \PicoFeed\Client\Client;
class PicoFeedClientFactory {