From 26452806f56a563f3bc1486fa4953b972bb71285 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 17 Dec 2014 19:22:26 +0100 Subject: another removed service --- fetcher/feedfetcher.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fetcher') diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php index 28d1f951c..5eeb58548 100644 --- a/fetcher/feedfetcher.php +++ b/fetcher/feedfetcher.php @@ -24,6 +24,7 @@ use \PicoFeed\Client\MaxSizeException; use \PicoFeed\Client\TimeoutException; use \OCP\IL10N; +use \OCP\AppFramework\Utility\ITimeFactory; use \OCA\News\Db\Item; use \OCA\News\Db\Feed; @@ -40,7 +41,7 @@ class FeedFetcher implements IFeedFetcher { public function __construct(Reader $reader, PicoFeedFaviconFactory $faviconFactory, IL10N $l10n, - $time){ + ITimeFactory $time){ $this->faviconFactory = $faviconFactory; $this->reader = $reader; $this->time = $time; -- cgit v1.2.3