Skip to content

Commit

Permalink
[BUGFIX] Ensure rootline is working in TYPO3 v8
Browse files Browse the repository at this point in the history
  • Loading branch information
bmack committed Apr 28, 2020
1 parent 0baef99 commit befab1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Classes/Service/RootlineV8Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
*/
class RootlineV8Service
{
public function warmUp(SymfonyStyle $io)
{
$this->warmupRootline($io);
}

/**
* Runs through all pages and pages_language_overlay records
* and builds the rootline for each page.
Expand Down

0 comments on commit befab1b

Please sign in to comment.