- Fixed the merge

This commit is contained in:
Dave Mc Nicoll 2022-04-13 13:11:30 +00:00
parent 4d20cd50cc
commit 353e494992
1 changed files with 16 additions and 0 deletions

View File

@ -177,4 +177,20 @@ class Ldap implements \Ulmus\Adapter\AdapterInterface {
{ {
return null; return null;
} }
public function repositoryClass() : string
{
return \Ulmus\Ldap\Repository::class;
}
public function queryBuilderClass() : string
{
return \Ulmus\Ldap\QueryBuilder::class;
}
public function tableSyntax() : array
{
return [
];
}
} }