Skip to content

Commit

Permalink
Fix 404 error (#36)
Browse files Browse the repository at this point in the history
MenuSection::resource should not have `->path()` method. This is leading to 404 error. Removing the line fix the 404 error.
  • Loading branch information
henryavila authored Aug 11, 2023
1 parent 548e9d2 commit f21c24f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NovaActivitylog.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public function boot()
public function menu(Request $request)
{
return MenuSection::resource(Activitylog::class)
->path('resources/activities')
->icon('document-duplicate');
}
}

0 comments on commit f21c24f

Please sign in to comment.