Skip to content

Commit

Permalink
Update StorageLogsMenu.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Manzadey committed Sep 8, 2022
1 parent d162079 commit a2f7168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Orchid/Actions/Menu/StorageLogsMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public static function make() : Menu
{
return Menu::make(__('Системные логи'))
->icon('settings')
->route('platform.storage-logs.list');
->route('platform.storage-logs');
}
}

0 comments on commit a2f7168

Please sign in to comment.