зеркало из https://github.com/nextcloud/news.git
18 строки
383 B
PHP
18 строки
383 B
PHP
<?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();
|