From befab1bdeef2ff8854c8d02965f22bf0919fa3a3 Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Tue, 28 Apr 2020 15:07:24 +0200 Subject: [PATCH] [BUGFIX] Ensure rootline is working in TYPO3 v8 --- Classes/Service/RootlineV8Service.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Classes/Service/RootlineV8Service.php b/Classes/Service/RootlineV8Service.php index 028eb6a..6a5b6aa 100644 --- a/Classes/Service/RootlineV8Service.php +++ b/Classes/Service/RootlineV8Service.php @@ -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.