This commit is contained in:
2024-09-06 11:47:11 +03:00
parent 9f132e7bc4
commit 4e031c7c8b
5 changed files with 5 additions and 47 deletions

View File

@ -35,7 +35,7 @@ class MenuService
return false;
}
public static function getActiveStatus($url)
public static function isActive($url): bool
{
if ($url === Request::getUrlPath()){
return true;