summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/register_command.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/appinfo/register_command.php b/appinfo/register_command.php
index 3ce99b2a1..1fc006b76 100644
--- a/appinfo/register_command.php
+++ b/appinfo/register_command.php
@@ -11,6 +11,7 @@
namespace OCA\News\AppInfo;
+use OCA\News\Command\ShowFeed;
use OCA\News\Command\Updater\UpdateFeed;
use OCA\News\Command\Updater\AllFeeds;
use OCA\News\Command\Updater\BeforeUpdate;
@@ -24,3 +25,4 @@ $application->add($container->query(UpdateFeed::class));
$application->add($container->query(BeforeUpdate::class));
$application->add($container->query(AfterUpdate::class));
$application->add($container->query(ExploreGenerator::class));
+$application->add($container->query(ShowFeed::class));