nextcloud/apps/federation/appinfo/register_command.php

8 lines
249 B
PHP
Raw Normal View History

2015-12-04 15:38:32 +03:00
<?php
2016-01-22 16:58:49 +03:00
$app = new \OCA\Federation\AppInfo\Application();
$syncService = $app->getSyncService();
2015-12-04 15:38:32 +03:00
/** @var Symfony\Component\Console\Application $application */
2016-01-22 16:58:49 +03:00
$application->add(new \OCA\Federation\Command\SyncFederationAddressBooks($syncService));