Blame view
sources/apps/user_ldap/appinfo/register_command.php
370 Bytes
|
6d9380f96
|
1 2 3 4 5 6 7 8 9 10 11 |
<?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()); |