Rename to FeIpLogin

This commit is contained in:
Marcel Kapfer 2021-03-29 19:13:31 +02:00
parent 837ed90239
commit 8f2bc0d6c4
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
11 changed files with 21 additions and 21 deletions

View file

@ -1,5 +1,5 @@
<?php
namespace MMK2410\FeIpAuth\Domain\Service;
namespace MMK2410\FeIpLogin\Domain\Service;
/***************************************************************
* Copyright notice
@ -27,14 +27,14 @@ namespace MMK2410\FeIpAuth\Domain\Service;
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
use MMK2410\FeIpAuth\Domain\Repository\FeGroupsRepository;
use MMK2410\FeIpLogin\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 MMK2410\FeIpAuth\Domain\Service
* @package MMK2410\FeIpLogin\Domain\Service
*/
class AuthenticationService extends AuthenticationServiceCore
{