Ldap\Connection: Rename method hasDN() to hasDn()
This commit is contained in:
parent
759e243d90
commit
56cb4c28c4
|
@ -205,7 +205,7 @@ class Connection implements Selectable
|
|||
return $pairs;
|
||||
}
|
||||
|
||||
public function hasDN($dn)
|
||||
public function hasDn($dn)
|
||||
{
|
||||
$this->connect();
|
||||
$this->bind();
|
||||
|
|
Loading…
Reference in New Issue