correct mistake

This commit is contained in:
zebardy 2019-11-23 17:13:03 +00:00
parent f8dffbac4c
commit a4c9239214

View File

@ -17,7 +17,7 @@ class BaseService
protected function getdatabase()
{
return $this->DatabaseService->GetDbConnection();
return $this->getDatabaseService()->GetDbConnection();
}
protected function getLocalizationService()