Remove signal slot dispatcher for fal_securedownload
This commit is contained in:
parent
8f2bc0d6c4
commit
71ab4dfd48
1 changed files with 0 additions and 7 deletions
|
@ -17,10 +17,3 @@ defined('TYPO3_MODE') || die();
|
|||
'className' => \MMK2410\FeIpLogin\Domain\Service\AuthenticationService::class,
|
||||
]
|
||||
);
|
||||
|
||||
/** @var \TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher */
|
||||
$signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher');
|
||||
$signalSlotDispatcher->connect(
|
||||
\MMK2410\FeIpLogin\Slot\AddCustomGroupsSlot::class,
|
||||
'addCustomGroups'
|
||||
);
|
||||
|
|
Reference in a new issue