From 5e76b0e9c31f83bbffcf08cf8c869686cc2e8f06 Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Wed, 6 Mar 2024 12:53:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BE?= =?UTF-8?q?=D1=87=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plg_system_oauthserver/src/Extension/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plg_system_oauthserver/src/Extension/Plugin.php b/plg_system_oauthserver/src/Extension/Plugin.php index 5ecb685..3ae821c 100644 --- a/plg_system_oauthserver/src/Extension/Plugin.php +++ b/plg_system_oauthserver/src/Extension/Plugin.php @@ -43,7 +43,7 @@ class Plugin extends CMSPlugin implements SubscriberInterface return; } - // TODO: Переделать на ComponentRouter (пример в Joomla\CMS\Router\SiteRouterЖ::parseSefRoute()) + // TODO: Переделать на ComponentRouter (пример в Joomla\CMS\Router\SiteRouter::parseSefRoute()) // 1. Зарегистрировать роутер компонента $router->setComponentRouter() // 2. Вызвать $router->getComponentRouter($component) if (!str_starts_with($route, 'login/oauth')) {