Added compatibility layer class

This commit is contained in:
Lucas Bartholemy 2019-03-15 12:25:05 +01:00
parent 511df43fb7
commit 697799d289

View File

@ -0,0 +1,23 @@
<?php
/**
* @link https://www.humhub.org/
* @copyright Copyright (c) 2019 HumHub GmbH & Co. KG
* @license https://www.humhub.com/licences
*/
namespace humhub\modules\user\authclient;
use humhub\modules\ldap\authclient\LdapAuth;
/**
* Class ZendLdapClient
*
* @deprecated since 1.4
* @see LdapAuth
* @package humhub\modules\user\authclient
*/
class ZendLdapClient extends LdapAuth
{
}