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

namespace OCA\News\AppInfo;

use OCA\News\Upgrade\Upgrade;

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