Skip to content

Commit

Permalink
Merge pull request #102 from tmotyl/patch-1
Browse files Browse the repository at this point in the history
replace t3lib with GeneralUtility in documentation
  • Loading branch information
sbusemann committed Oct 11, 2018
2 parents c52d05b + 38aa84d commit eb25eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Features/Signals/Index.rst
Expand Up @@ -266,7 +266,7 @@ This is an example how to use a signal from femanager – in this case we decide
<?php
$signalSlotDispatcher = t3lib_div::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher');
$signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher');
$signalSlotDispatcher->connect(
'In2code\Femanager\Controller\NewController',
'createActionBeforePersist',
Expand Down

0 comments on commit eb25eec

Please sign in to comment.