- Added a new method from AdapterInterface
This commit is contained in:
parent
520b9fe8f4
commit
bced56ba77
|
@ -219,4 +219,9 @@ class Ldap implements \Ulmus\Adapter\AdapterInterface {
|
|||
|
||||
]);
|
||||
}
|
||||
|
||||
public function splitAlterQuery() : bool
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue