This commit is contained in:
2024-11-18 13:56:00 +03:00
parent d2028e926b
commit faf0217b52
7 changed files with 70 additions and 8 deletions

View File

@ -105,9 +105,6 @@ class MenuService
$child = self::getChild($id);
if (!$child->isEmpty()){
foreach ($child as $item){
// if ($item->url === \kernel\Request::getUrlPath()){
// return true;
// }
if (strripos(Request::getUrlPath(), $item->url) !== false) {
return true;
}