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