Skip to content
Snippets Groups Projects

Feature upgrade to9 lts

Merged Kevin Ditscheid requested to merge feature_UpgradeTo9LTS into master
Compare and Show latest version
10 files
+ 88
43
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -77,7 +77,7 @@ class AuthService extends AbstractService {
$this->loginData = $loginData;
$this->parentObject = $parentObject;
$this->authenticationInformation = $authenticationInformation;
$this->baseService = GeneralUtility::makeInstance(BaseService::class);
$this->baseService = GeneralUtility::makeInstance(BaseService::class, $this->parentObject);
}
/**
Loading