mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 13:46:14 +02:00
correct mistake
This commit is contained in:
parent
f8dffbac4c
commit
a4c9239214
|
|
@ -17,7 +17,7 @@ class BaseService
|
||||||
|
|
||||||
protected function getdatabase()
|
protected function getdatabase()
|
||||||
{
|
{
|
||||||
return $this->DatabaseService->GetDbConnection();
|
return $this->getDatabaseService()->GetDbConnection();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getLocalizationService()
|
protected function getLocalizationService()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user