Skip to content

Commit

Permalink
put all settings in same section
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Dec 30, 2020
1 parent fdeb4da commit 8d421df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FormaAddon.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public function boot()
private function bootNav()
{
NavAPI::extend(function (Nav $nav) {
$nav->content('Config')
->section($this->addon->name())
$nav->content($this->addon->name())
->section('Addon Settings')
->route($this->addon->handle().'.config.edit')
->icon('settings-horizontal');
});
Expand Down

0 comments on commit 8d421df

Please sign in to comment.