LdapConnection: Remove deprecated method connect()

This commit is contained in:
Sukhwinder Dhillon 2022-05-02 15:53:24 +02:00 committed by Johannes Meyer
parent b47298fffe
commit bba77b52e7

View File

@ -321,18 +321,6 @@ class LdapConnection implements Selectable, Inspectable
return $this->encrypted; return $this->encrypted;
} }
/**
* Establish a connection
*
* @throws LdapException In case the connection could not be established
*
* @deprecated The connection is established lazily now
*/
public function connect()
{
$this->getConnection();
}
/** /**
* Perform a LDAP bind on the current connection * Perform a LDAP bind on the current connection
* *