- Fixed the merge
This commit is contained in:
parent
4d20cd50cc
commit
353e494992
|
@ -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 [
|
||||||
|
];
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue