mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
11 lines
370 B
PHP
11 lines
370 B
PHP
<?php
|
|
/**
|
|
* Copyright (c) 2014 Arthur Schiwon <blizzz@owncloud.com>
|
|
* This file is licensed under the Affero General Public License version 3 or
|
|
* later.
|
|
* See the COPYING-README file.
|
|
*/
|
|
|
|
$application->add(new OCA\user_ldap\Command\ShowConfig());
|
|
$application->add(new OCA\user_ldap\Command\SetConfig());
|
|
$application->add(new OCA\user_ldap\Command\TestConfig());
|