summaryrefslogtreecommitdiffstats
path: root/lib/Command/Config/FeedAdd.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Config/FeedAdd.php')
-rw-r--r--lib/Command/Config/FeedAdd.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Command/Config/FeedAdd.php b/lib/Command/Config/FeedAdd.php
index 4b4279267..52485c55a 100644
--- a/lib/Command/Config/FeedAdd.php
+++ b/lib/Command/Config/FeedAdd.php
@@ -2,6 +2,7 @@
declare(strict_types=1);
namespace OCA\News\Command\Config;
+use OCA\News\Db\Feed;
use OCA\News\Service\Exceptions\ServiceConflictException;
use OCA\News\Service\Exceptions\ServiceNotFoundException;
use OCA\News\Service\FeedServiceV2;
@@ -71,6 +72,7 @@ class FeedAdd extends Command
}
try {
+ /** @var Feed $feed */
$feed = $this->feedService->create(
$user,
$url,