From d52a108c8e2635e2258ee5f9fbbb995ee5bd8e7f Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 27 Aug 2018 00:07:35 +0200 Subject: [PATCH] AuthenticationServiceCore moved from Sv to Core\Authentication --- Classes/Domain/Service/AuthenticationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Domain/Service/AuthenticationService.php b/Classes/Domain/Service/AuthenticationService.php index 6b7ec37..b9a11a7 100644 --- a/Classes/Domain/Service/AuthenticationService.php +++ b/Classes/Domain/Service/AuthenticationService.php @@ -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