Renamed extension to feipauth

PHP Namespace: MMK2410/FeIpAuth
This commit is contained in:
Marcel Kapfer 2021-03-29 16:37:45 +02:00
parent 4878b2d9f7
commit 13efde1cfe
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
9 changed files with 18 additions and 19 deletions

View file

@ -1,5 +1,5 @@
<?php
namespace In2code\In2frontendauthentication\Domain\Service;
namespace MMK2410\FeIpAuth\Domain\Service;
/***************************************************************
* Copyright notice
@ -27,14 +27,14 @@ namespace In2code\In2frontendauthentication\Domain\Service;
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
use In2code\In2frontendauthentication\Domain\Repository\FeGroupsRepository;
use MMK2410\FeIpAuth\Domain\Repository\FeGroupsRepository;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Core\Authentication\AuthenticationService as AuthenticationServiceCore;
use TYPO3\CMS\Extbase\Object\ObjectManager;
/**
* Class AuthenticationService
* @package In2code\In2frontendauthentication\Domain\Service
* @package MMK2410\FeIpAuth\Domain\Service
*/
class AuthenticationService extends AuthenticationServiceCore
{