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

register_command.php « appinfo « files_encryption « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dfb7f5c375afc6271fa503a25e1ec67479635e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Copyright (c) 2015 Thomas Müller <deepdiver@owncloud.com>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

use OCA\Files_Encryption\Command\MigrateKeys;

$userManager = OC::$server->getUserManager();
$application->add(new MigrateKeys($userManager));