опечаточка

This commit is contained in:
Artem Vasilev 2024-03-06 12:53:09 +03:00
parent c8e9e4127a
commit 5e76b0e9c3

View File

@ -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')) {