summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/register_command.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/appinfo/register_command.php')
-rw-r--r--apps/user_ldap/appinfo/register_command.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_ldap/appinfo/register_command.php b/apps/user_ldap/appinfo/register_command.php
index 57e0ccbdad4..10d992531c4 100644
--- a/apps/user_ldap/appinfo/register_command.php
+++ b/apps/user_ldap/appinfo/register_command.php
@@ -6,6 +6,6 @@
* 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());
+$application->add(new OCA\user_ldap\Command\ShowConfig());
+$application->add(new OCA\user_ldap\Command\SetConfig());
+$application->add(new OCA\user_ldap\Command\TestConfig());