diff options
author | Vinicius Cubas Brand <viniciuscb@gmail.com> | 2017-11-02 20:19:03 -0200 |
---|---|---|
committer | Vinicius Cubas Brand <viniciuscb@gmail.com> | 2017-11-03 11:42:59 -0200 |
commit | fa565750d1f94f9d3f7e2229e7ec7aadd0d06063 (patch) | |
tree | 253341362a6379131828ca97c64f52e09597bd77 /apps/user_ldap/lib/LDAPProvider.php | |
parent | 10ca793452e75ecd276589f8ad916f3090ecb441 (diff) | |
download | nextcloud-server-fa565750d1f94f9d3f7e2229e7ec7aadd0d06063.tar.gz nextcloud-server-fa565750d1f94f9d3f7e2229e7ec7aadd0d06063.zip |
User_LDAP plugins: smaller fixes
Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
Diffstat (limited to 'apps/user_ldap/lib/LDAPProvider.php')
-rw-r--r-- | apps/user_ldap/lib/LDAPProvider.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/LDAPProvider.php b/apps/user_ldap/lib/LDAPProvider.php index 060c478ae38..c62372bdd12 100644 --- a/apps/user_ldap/lib/LDAPProvider.php +++ b/apps/user_ldap/lib/LDAPProvider.php @@ -46,6 +46,8 @@ class LDAPProvider implements ILDAPProvider, IDeletionFlagSupport { /** * Create new LDAPProvider * @param \OCP\IServerContainer $serverContainer + * @param Helper $helper + * @param DeletedUsersIndex $deletedUsersIndex * @throws \Exception if user_ldap app was not enabled */ public function __construct(IServerContainer $serverContainer, Helper $helper, DeletedUsersIndex $deletedUsersIndex) { |