From f8ea489d072f272ec72525151da44c58553c45a4 Mon Sep 17 00:00:00 2001 From: Matthias Adrowski <matthias.adrowski@sgalinski.de> Date: Tue, 11 Jan 2022 09:41:30 +0100 Subject: [PATCH] [TASK] Update sg_ajax Plugin Registration --- ext_localconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_localconf.php b/ext_localconf.php index 7c4c650..9e5e6b7 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -85,7 +85,7 @@ call_user_func( \SGalinski\SgAjax\Service\AjaxRegistration::configureAjaxFrontendPlugin( 'sg_news', [ - 'Ajax\Like' => 'addLike', + \SGalinski\SgNews\Controller\Ajax\LikeController::class => 'addLike', ] ); } -- GitLab