summaryrefslogtreecommitdiffstats
path: root/appinfo/register_command.php
blob: 7b82ee91c811488ba77a9a7d6b82720b40778c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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();
$newsCmd = $newsApp->getContainer()->query('OCA\News\Command\GenerateSearchIndices');

$application->add($newsCmd);