Skip to content
Snippets Groups Projects
Commit 12e3adaf authored by Robert Lange's avatar Robert Lange
Browse files

refs #22149 [fid] adapt signature for getHolding in ILS driver

parent c6cafd19
Branches
Tags
No related merge requests found
......@@ -120,7 +120,7 @@ class Fid extends AbstractBase
* @return array|void
* @throws ILSException
*/
public function getHolding($id, array $patron = null)
public function getHolding($id, array $patron = null, array $options = [])
{
throw new ILSException('Method not available');
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment