From caa2eb747d0d61b9f07a97b35b37ac47a8e1cc76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Niedzielski?= Date: Wed, 22 Nov 2023 15:23:08 +0100 Subject: [PATCH] Switched to new Ibexa namespace for new classes --- src/bundle/Resources/config/routing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bundle/Resources/config/routing.yml b/src/bundle/Resources/config/routing.yml index a196a5b..a0b255a 100644 --- a/src/bundle/Resources/config/routing.yml +++ b/src/bundle/Resources/config/routing.yml @@ -387,12 +387,12 @@ ezpublish_rest_setObjectStatesForContent: ibexa.rest.languages.list: path: /languages methods: [GET] - controller: EzSystems\EzPlatformRest\Server\Controller\Language::listLanguages + controller: Ibexa\Bundle\Rest\Server\Controller\Language::listLanguages ibexa.rest.languages.view: path: /languages/{languageCode} methods: [GET] - controller: EzSystems\EzPlatformRest\Server\Controller\Language::loadLanguage + controller: Ibexa\Bundle\Rest\Server\Controller\Language::loadLanguage # Locations