Renamed extension to feipauth
PHP Namespace: MMK2410/FeIpAuth
This commit is contained in:
parent
4878b2d9f7
commit
13efde1cfe
9 changed files with 18 additions and 19 deletions
|
@ -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
|
||||
{
|
||||
|
|
Reference in a new issue