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
1 changed files with 0 additions and 12 deletions

View File

@ -321,18 +321,6 @@ class LdapConnection implements Selectable, Inspectable
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
*