Skip to content
Snippets Groups Projects
Commit 12fa1594 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent 0afaf549
No related merge requests found
......@@ -98,10 +98,10 @@ class Loader
* @throws \Exception
* @return array
*/
public function loadBatchForSource($ids, $source = 'VuFind')
{
return $this->searchService->retrieveBatch($source, $ids)->getRecords();
}
public function loadBatchForSource($ids, $source = 'VuFind')
{
return $this->searchService->retrieveBatch($source, $ids)->getRecords();
}
/**
* Given an array of associative arrays with id and source keys (or pipe-
......
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