LdapConnection: Remove deprecated method `connect()`
This commit is contained in:
parent
b47298fffe
commit
bba77b52e7
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue