Finalized frontend external barcode lookup implementation (references #158)

This commit is contained in:
Bernd Bestel
2025-01-12 13:58:47 +01:00
parent c9ffe4885d
commit c73be7d18e
17 changed files with 160 additions and 59 deletions

View File

@@ -71,4 +71,9 @@ class BaseService
{
return FilesService::getInstance();
}
protected function getApplicationService()
{
return ApplicationService::getInstance();
}
}