Skip to content

Commit

Permalink
[TASK] Drop unused getTypoScriptFrontendController method in PostCont…
Browse files Browse the repository at this point in the history
…roller
  • Loading branch information
benjaminkott committed May 24, 2023
1 parent 5906436 commit b1f2ecd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Classes/Controller/PostController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
use TYPO3\CMS\Extbase\Pagination\QueryResultPaginator;
use TYPO3\CMS\Extbase\Persistence\QueryResultInterface;
use TYPO3\CMS\Extbase\Utility\LocalizationUtility;
use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
use TYPO3Fluid\Fluid\View\ViewInterface;

class PostController extends ActionController
Expand Down Expand Up @@ -316,11 +315,6 @@ public function relatedPostsAction(): ResponseInterface
return $this->htmlResponse();
}

protected function getTypoScriptFontendController(): TypoScriptFrontendController
{
return $GLOBALS['TSFE'];
}

private function getRequest(): ServerRequestInterface
{
return $GLOBALS['TYPO3_REQUEST'];
Expand Down

0 comments on commit b1f2ecd

Please sign in to comment.