Added PHP 8.2 support

This commit is contained in:
Bernd Bestel
2023-08-01 21:23:59 +02:00
parent 847337443d
commit 6c4cc00fd5
7 changed files with 19 additions and 9 deletions

View File

@@ -30,6 +30,8 @@ class BaseController
protected $AppContainer;
private $View;
protected function getApiKeyService()
{
return ApiKeyService::getInstance();