AuthenticationServiceCore moved from Sv to Core\Authentication

This commit is contained in:
Marcel Kapfer 2018-08-27 00:07:35 +02:00
parent 3fc49016c5
commit d52a108c8e
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -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