mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-13 13:49:33 +00:00
Rename searchBatch to searchByKeywordsBatch to correctly implement BatchInfoProviderInterface
This commit is contained in:
parent
1d8bc899ca
commit
2dee8021c2
1 changed files with 1 additions and 1 deletions
|
|
@ -603,7 +603,7 @@ class BuerklinProvider implements BatchInfoProviderInterface
|
|||
|
||||
return $params;
|
||||
}
|
||||
public function searchBatch(array $keywords): array
|
||||
public function searchByKeywordsBatch(array $keywords): array
|
||||
{
|
||||
$results = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue