Welcome to mirror list, hosted at ThFree Co, Russian Federation.

register_command.php « appinfo - github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf616ace4cff4b8cb603efedf0b56092cd4a0910 (plain)
1
2
3
4
5
6
7
8
9
<?php

use OCA\OJSXC\AppInfo\Application;

$app = new Application();

/** @var Symfony\Component\Console\Application $application */
$application->add($app->getContainer()->query('RefreshRosterCommand'));
$application->add($app->getContainer()->query('ServerSharingCommand'));