Ldap\Connection: Rename method hasDN() to hasDn()

This commit is contained in:
Johannes Meyer 2015-06-23 15:11:11 +02:00
parent 759e243d90
commit 56cb4c28c4
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class Connection implements Selectable
return $pairs;
}
public function hasDN($dn)
public function hasDn($dn)
{
$this->connect();
$this->bind();