Skip to content

Commit

Permalink
fix: corrected route
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Feb 8, 2025
1 parent 431ff5d commit a67146a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ private function getSecondLevelEntries(Helper $adminHelper): array
$secLevelEntries['statistics'] .= $adminHelper->addMenuEntry(
PermissionType::REPORTS->value,
'ad_menu_reports',
'reports'
'statistics/report'
);

$secLevelEntries['imports_exports'] = $adminHelper->addMenuEntry(
Expand Down

0 comments on commit a67146a

Please sign in to comment.