Created
September 15, 2017 07:45
-
-
Save chris-at-github/a672a05deacc3ed7c0f8618933d84e89 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @return \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController | |
*/ | |
protected function getFrontend() { | |
return $GLOBALS['TSFE']; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment