Bugfix
This commit is contained in:
@@ -14,8 +14,10 @@ services:
|
||||
- { name: contao.hook, hook: indexPage, method: onIndexPage }
|
||||
|
||||
MummertMedia\ContaoMeilisearchBundle\Cron\MeilisearchIndexCron:
|
||||
autowire: true
|
||||
autoconfigure: false
|
||||
tags:
|
||||
- { name: contao.cron, interval: daily }
|
||||
- { name: contao.cron, interval: daily, method: __invoke }
|
||||
|
||||
MummertMedia\ContaoMeilisearchBundle\Controller\FrontendModule\MeilisearchSearchController:
|
||||
autowire: true
|
||||
|
||||
@@ -8,12 +8,3 @@ $GLOBALS['TL_HOOKS']['outputFrontendTemplate'][] = [
|
||||
'onOutputFrontendTemplate',
|
||||
];
|
||||
|
||||
|
||||
|
||||
use MummertMedia\ContaoMeilisearchBundle\EventListener\IndexPageListener;
|
||||
|
||||
$GLOBALS['TL_HOOKS']['indexPage'][] = [
|
||||
IndexPageListener::class,
|
||||
'onIndexPage',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user