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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/appinfo/register_command.php')
-rw-r--r--build/appinfo/register_command.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/appinfo/register_command.php b/build/appinfo/register_command.php
index fb69e9f..cf616ac 100644
--- a/build/appinfo/register_command.php
+++ b/build/appinfo/register_command.php
@@ -5,4 +5,5 @@ use OCA\OJSXC\AppInfo\Application;
$app = new Application();
/** @var Symfony\Component\Console\Application $application */
-$application->add($app->getContainer()->query('RefreshRosterCommand')); \ No newline at end of file
+$application->add($app->getContainer()->query('RefreshRosterCommand'));
+$application->add($app->getContainer()->query('ServerSharingCommand'));