summaryrefslogtreecommitdiffstats
path: root/appinfo/register_command.php
blob: 4dc9228c8b7bf5b3388cf22018252d58bab3d9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * ownCloud - News
 *
 * This file is licensed under the Affero General Public License version 3 or
 * later. See the COPYING file.
 *
 * @author Bernhard Posselt <dev@bernhard-posselt.com>
 * @copyright Bernhard Posselt 2015
 */

$newsApp = new OCA\News\AppInfo\Application();
$newsContainer = $newsApp->getContainer();
$newsCmd = $newsContainer->query('OCA\News\Command\GenerateSearchIndices');

$application->add($newsCmd);