Skip to content

Commit

Permalink
change plugins group
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Dec 21, 2023
1 parent 20d1af8 commit 2e0f066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TomatoPluginsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function boot(): void

TomatoMenu::register([
Menu::make()
->group(__('Settings'))
->group(__('Tools'))
->label(__('Plugins'))
->route('admin.plugins.index')
->icon('bx bxs-plug')
Expand Down

0 comments on commit 2e0f066

Please sign in to comment.