summaryrefslogtreecommitdiffstats
path: root/appinfo/update.php
blob: 521fb5ddb9f9a8a408fb936f8ca7d3deb01cddab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Nextcloud - 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
 */

namespace OCA\News\AppInfo;

use OCA\News\Upgrade\Upgrade;

$app = new Application();
$app->getContainer()->query(Upgrade::class)->upgrade();