- Added a missing databaseName() value for ldap
This commit is contained in:
parent
534b8add20
commit
90498f20ba
@ -193,4 +193,10 @@ class Ldap implements \Ulmus\Adapter\AdapterInterface {
|
||||
return [
|
||||
];
|
||||
}
|
||||
|
||||
public function databaseName() : string
|
||||
{
|
||||
return $this->baseDn;
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user