AuthenticationServiceCore moved from Sv to Core\Authentication
This commit is contained in:
parent
3fc49016c5
commit
d52a108c8e
1 changed files with 1 additions and 1 deletions
|
@ -28,8 +28,8 @@ namespace In2code\In2frontendauthentication\Domain\Service;
|
|||
|
||||
use In2code\In2frontendauthentication\Domain\Repository\FeGroupsRepository;
|
||||
use TYPO3\CMS\Core\Utility\GeneralUtility;
|
||||
use TYPO3\CMS\Core\Authentication\AuthenticationService as AuthenticationServiceCore;
|
||||
use TYPO3\CMS\Extbase\Object\ObjectManager;
|
||||
use TYPO3\CMS\Sv\AuthenticationService as AuthenticationServiceCore;
|
||||
|
||||
/**
|
||||
* Class AuthenticationService
|
||||
|
|
Reference in a new issue