Skip to content

Commit

Permalink
[TASK] Remove two unused protected methods
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Aug 12, 2023
1 parent 65b4214 commit ff1326a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Classes/Service/FluxService.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,17 +178,4 @@ protected function createTemplatePaths(string $registeredExtensionKey): Template
);
return $templatePaths;
}

/**
* @codeCoverageIgnore
*/
protected function resolveAbsolutePathForFilename(string $filename): string
{
return GeneralUtility::getFileAbsFileName($filename);
}

protected function getRequest(): ServerRequest
{
return $GLOBALS['TYPO3_REQUEST'] ?? $this->serverRequest;
}
}

0 comments on commit ff1326a

Please sign in to comment.