- Added a new method from AdapterInterface

This commit is contained in:
Dave Mc Nicoll 2023-08-31 09:16:55 -04:00
parent 520b9fe8f4
commit bced56ba77
1 changed files with 5 additions and 0 deletions

View File

@ -219,4 +219,9 @@ class Ldap implements \Ulmus\Adapter\AdapterInterface {
]); ]);
} }
public function splitAlterQuery() : bool
{
return false;
}
} }