diff --git a/ext_localconf.php b/ext_localconf.php
index 7c4c6509452b5857286f83a98d96e8982420c2e7..9e5e6b79bf32dadb0dee4ae7c1147a6248bbcb9b 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',
 				]
 			);
 		}