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;
|
return $pairs;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasDN($dn)
|
public function hasDn($dn)
|
||||||
{
|
{
|
||||||
$this->connect();
|
$this->connect();
|
||||||
$this->bind();
|
$this->bind();
|
||||||
|
|
Loading…
Reference in New Issue