Formatted all files according to editorconfig
This commit is contained in:
parent
261eed61cf
commit
4878b2d9f7
8 changed files with 51 additions and 51 deletions
|
@ -40,7 +40,7 @@ class AddCustomGroupsSlot
|
|||
public function addCustomGroups($customGroups)
|
||||
{
|
||||
$feGroupsRepository = GeneralUtility::makeInstance(ObjectManager::class)
|
||||
->get(FeGroupsRepository::class);
|
||||
->get(FeGroupsRepository::class);
|
||||
$feGroups = $feGroupsRepository->findByCurrentIpAddress();
|
||||
|
||||
foreach ($feGroups as $feGroup) {
|
||||
|
|
Reference in a new issue