mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-16 07:09: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;
|
return $params;
|
||||||
}
|
}
|
||||||
public function searchBatch(array $keywords): array
|
public function searchByKeywordsBatch(array $keywords): array
|
||||||
{
|
{
|
||||||
$results = [];
|
$results = [];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue