summaryrefslogtreecommitdiffstats
path: root/lib/Explore/RecommendedSites.php
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2021-01-02 17:57:17 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-13 13:22:57 +0100
commitb4fa772bc5f23f84fc292f5d6bf884543d2bfe51 (patch)
tree8576ad3ea145f3644804e2fd93de462cfc2c2578 /lib/Explore/RecommendedSites.php
parentceba81060303e49b2617397397f2804516052ec9 (diff)
Remove V1 item API
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'lib/Explore/RecommendedSites.php')
-rw-r--r--lib/Explore/RecommendedSites.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Explore/RecommendedSites.php b/lib/Explore/RecommendedSites.php
index 59ca3f337..f483e64cb 100644
--- a/lib/Explore/RecommendedSites.php
+++ b/lib/Explore/RecommendedSites.php
@@ -13,6 +13,8 @@
namespace OCA\News\Explore;
+use OCA\News\Explore\Exceptions\RecommendedSiteNotFoundException;
+
class RecommendedSites
{