This commit is contained in:
Jürgen Mummert
2025-12-27 22:57:28 +01:00
parent e6cb8a6f41
commit 186471b68c
2 changed files with 3 additions and 10 deletions
-9
View File
@@ -8,12 +8,3 @@ $GLOBALS['TL_HOOKS']['outputFrontendTemplate'][] = [
'onOutputFrontendTemplate',
];
use MummertMedia\ContaoMeilisearchBundle\EventListener\IndexPageListener;
$GLOBALS['TL_HOOKS']['indexPage'][] = [
IndexPageListener::class,
'onIndexPage',
];